This repository was archived by the owner on Jul 22, 2025. It is now read-only.
Add new resource for managing project in-built package release triggers #1657
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: revive-lint | |
on: | |
pull_request: | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
with: | |
fetch-depth: 0 | |
- uses: actions/setup-go@v3 | |
- name: Run Revive Action by pulling pre-built image | |
uses: docker://morphy/revive-action:v2 |