staticcheck action

This commit is contained in:
Matthew R. Kasun 2022-06-27 07:59:41 -04:00
parent d7415c8c46
commit 5f9f191b35

View file

@ -87,12 +87,5 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: 1.18
- name: static checks
run: |
go install honnef.co/go/tools/cmd/staticcheck
go mod download honnef.co/go/tools
staticcheck ./...
- name: static check
uses: dominikh/staticcheck-action@v1.2.0