Skip to content

Commit

Permalink
ci: use staticcheck action, which should have better caching
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjit-bhat committed Jul 8, 2024
1 parent adfa147 commit 130c596
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,10 @@ jobs:
run: go vet ./...

- name: Lint
run: |
go install honnef.co/go/tools/cmd/[email protected]
staticcheck -f stylish ./...
uses: dominikh/staticcheck-action@v1
with:
version: '0.4.7'
install-go: false

python:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 130c596

Please sign in to comment.