fix: workflow syntax

master
Denis Palnitsky 2 years ago
parent 1aa02cc5c0
commit 2b9c5453ec
No known key found for this signature in database
GPG Key ID: 37EEC9354AA9FD30

@ -38,8 +38,8 @@ jobs:
with:
go-version: 1.18
- uses: install staticcheck
- name: install staticcheck
run: go install honnef.co/go/tools/cmd/staticcheck@latest
- uses: run static check
- name: run static check
run: staticcheck ./...

Loading…
Cancel
Save