Skip to content

Commit

Permalink
Temporarily disable static checks for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentbernat committed Nov 27, 2021
1 parent 2b19461 commit 6da13a4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/staticcheck.yml
Expand Up @@ -36,9 +36,3 @@ jobs:

- name: Run staticcheck (darwin/amd64)
run: "GOOS=darwin GOARCH=amd64 staticcheck ./..."

- name: Run staticcheck (windows/amd64)
run: "GOOS=windows GOARCH=amd64 staticcheck ./..."

- name: Run staticcheck (windows/386)
run: "GOOS=windows GOARCH=386 staticcheck ./..."

0 comments on commit 6da13a4

Please sign in to comment.