Migrate staticcheck

This commit is contained in:
Michał Gątkowski 2022-08-08 01:25:30 +02:00
parent b88b3f5de8
commit 4329242c30
2 changed files with 1 additions and 5 deletions

View File

@ -26,8 +26,7 @@ jobs:
make test
- name: Lint
run: |
make staticcheck
uses: dominikh/staticcheck-action@v1.2.0
- name: Check Formatting
run: |

View File

@ -35,9 +35,6 @@ image: image-magneticod image-magneticow
vet:
go vet ./...
staticcheck:
./misc/staticcheck/staticcheck -fail all ./...
test:
go test ./...