Skip to content

Commit

Permalink
workflows/push.yml: Use dominikh/staticcheck-action action
Browse files Browse the repository at this point in the history
  • Loading branch information
DaPigGuy committed Dec 10, 2023
1 parent 0a52002 commit a8883d4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,7 @@ jobs:
run: test -z $(go fmt ./...)

- name: Staticcheck
run: |
go get honnef.co/go/tools/cmd/staticcheck@v0.4
GOBIN=$PWD/bin go install honnef.co/go/tools/cmd/staticcheck@v0.4
./bin/staticcheck ./...
uses: dominikh/staticcheck-action@v1.3.0

deploy:
name: Deploy
Expand Down

0 comments on commit a8883d4

Please sign in to comment.