Skip to content

Commit

Permalink
chore: update the action for check go code style
Browse files Browse the repository at this point in the history
  • Loading branch information
inhere committed May 28, 2022
1 parent df9d500 commit e29f6af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: morphy2k/revive-action@v2.3.1
with:
# Exclude patterns, separated by semicolons (optional)
exclude: "./internal/..."
exclude: "./_examples/..."

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

0 comments on commit e29f6af

Please sign in to comment.