Skip to content

Commit

Permalink
ref: removed static check for audit
Browse files Browse the repository at this point in the history
  • Loading branch information
karokojnr committed Oct 11, 2024
1 parent fe279f0 commit 4a61e5b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/audit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ jobs:
- name: Run go vet
run: go vet ./...

- name: Install staticcheck
run: go install honnef.co/go/tools/cmd/staticcheck@latest
# - name: Install staticcheck
# run: go install honnef.co/go/tools/cmd/staticcheck@latest

- name: Run staticcheck
run: staticcheck ./...
# - name: Run staticcheck
# run: staticcheck ./...

- name: Run go test
run: go test -race ./...
run: go test -race ./...

0 comments on commit 4a61e5b

Please sign in to comment.