diff --git a/.github/workflows/staticcheck.yml b/.github/workflows/staticcheck.yml index f5f7b03bb..b268f6bf3 100644 --- a/.github/workflows/staticcheck.yml +++ b/.github/workflows/staticcheck.yml @@ -21,6 +21,9 @@ jobs: - name: Check out code uses: actions/checkout@v1 + - name: Print staticcheck version + run: go run honnef.co/go/tools/cmd/staticcheck -version + - name: Run staticcheck run: go run honnef.co/go/tools/cmd/staticcheck -- ./...