Skip to content

Commit

Permalink
Add staticcheck to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
koplas committed Feb 19, 2025
1 parent dbf5160 commit 0321f2e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ jobs:
- name: vet
run: go vet ./...

- uses: dominikh/[email protected]
with:
version: "2022.1.1"

- name: gofmt
uses: Jerome1337/[email protected]
with:
Expand Down

0 comments on commit 0321f2e

Please sign in to comment.