diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0c4c11e..1be8cd5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,3 +43,9 @@ jobs: - name: go test run: go test ./... + + - name: staticcheck + uses: dominikh/staticcheck-action@9716614d4101e79b4340dd97b10e54d68234e431 # v1.4.1 + with: + version: latest + install-go: false