Skip to content

Commit

Permalink
Merge pull request #131 from celo-org/pputman/rmeove-static-check-go-…
Browse files Browse the repository at this point in the history
…tests

remove static check from go tests as its causing issues with any go p…
  • Loading branch information
pputman-clabs authored Sep 13, 2024
2 parents 65050a9 + f482e3d commit 75d00a3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/go-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ jobs:
working-directory: ${{ env.GO_WORKING_DIRECTORY }}
run: go vet ./...

- name: Install staticcheck
working-directory: ${{ env.GO_WORKING_DIRECTORY }}
run: go install honnef.co/go/tools/cmd/staticcheck@latest

- name: Run staticcheck
working-directory: ${{ env.GO_WORKING_DIRECTORY }}
run: staticcheck ./...
Expand Down

0 comments on commit 75d00a3

Please sign in to comment.