Print the staticcheck version.

Signed-off-by: David Anderson <danderson@tailscale.com>
main
David Anderson 6 years ago committed by Dave Anderson
parent a9cd8f31de
commit bc20e555c5
  1. 3
      .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 -- ./...

Loading…
Cancel
Save