@ -38,8 +38,8 @@ jobs:
with:
go-version: 1.18
- uses: install staticcheck
- name: install staticcheck
run: go install honnef.co/go/tools/cmd/staticcheck@latest
- uses: run static check
- name: run static check
run: staticcheck ./...