Skip to content

Commit

Permalink
Add staticcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardobranco777 committed Oct 24, 2024
1 parent fe66221 commit c7d02e5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,9 @@ jobs:
- name: Run tests
run: |
make test
- name: static check
if: runner.os == 'Linux'
run: |
GOBIN=$HOME/.local/bin go install honnef.co/go/tools/cmd/[email protected]
staticcheck

0 comments on commit c7d02e5

Please sign in to comment.