Skip to content

Commit

Permalink
ci: remove the Revive check on github action
Browse files Browse the repository at this point in the history
  • Loading branch information
inhere committed Oct 23, 2024
1 parent 50ace87 commit 3d2ce76
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ jobs:
# with:
# go-version: ${{ matrix.go_version }}

- name: Revive check
uses: docker://morphy/revive-action:v2
if: ${{ matrix.os == 'ubuntu-latest' && matrix.go_version == '1.22' }}
with:
config: .github/revive.toml
# Exclude patterns, separated by semicolons (optional)
exclude: "./internal/..."
# - name: Revive check
# uses: docker://morphy/revive-action:v2
# if: ${{ matrix.os == 'ubuntu-latest' && matrix.go_version == '1.22' }}
# with:
# config: .github/revive.toml
# # Exclude patterns, separated by semicolons (optional)
# exclude: "./internal/..."

- name: Run staticcheck
uses: reviewdog/action-staticcheck@v1
Expand Down

0 comments on commit 3d2ce76

Please sign in to comment.