diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 48ccc3d..d3d846e 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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 ./...