Skip to content

Commit

Permalink
add staticcheck to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ericchiang committed Mar 19, 2024
1 parent 0963f39 commit 8b30757
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/test.yaml
Expand Up @@ -21,4 +21,6 @@ jobs:
with:
go-version: ${{ matrix.go }}
- name: Test
run: "./test"
run: go test -v ./...
- name: Staticcheck
run: go run honnef.co/go/tools/cmd/staticcheck@2023.1.7 ./...
7 changes: 0 additions & 7 deletions test

This file was deleted.

0 comments on commit 8b30757

Please sign in to comment.