Skip to content

Commit

Permalink
Staticcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
Hebo committed Sep 19, 2024
1 parent 14cedc7 commit 7c7e1c5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
- name: Test
run: go test -v ./...

- name: Staticcheck
run: |
go get -u honnef.co/go/tools/cmd/staticcheck
staticcheck ./...
- uses: dominikh/staticcheck-action@v1
with:
version: "latest"

0 comments on commit 7c7e1c5

Please sign in to comment.