Print the staticcheck version.
Signed-off-by: David Anderson <danderson@tailscale.com>pull/154/head
parent
a9cd8f31de
commit
bc20e555c5
|
@ -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 -- ./...
|
||||
|
||||
|
|
Loading…
Reference in New Issue