Browse Source

install staticcheck

Matthew R. Kasun 3 years ago
parent
commit
09f8498087
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/test.yml

+ 1 - 0
.github/workflows/test.yml

@@ -93,4 +93,5 @@ jobs:
           go-version: 1.18
           go-version: 1.18
       - name: static checks
       - name: static checks
         run: |
         run: |
+            go install honnef.co/go/tools/cmd/[email protected]
             staticcheck ./...
             staticcheck ./...