CI: Fix busted YAML

This commit is contained in:
kayos@tcp.direct 2022-04-20 19:37:04 -07:00
parent fb912a070c
commit a7e56290b9
No known key found for this signature in database
GPG Key ID: 4B841471B4BEE979
1 changed files with 2 additions and 1 deletions

View File

@ -19,6 +19,7 @@ jobs:
run: go vet -v ./...
- name: gosec ./...
uses: securego/gosec@master
args: ./...
with:
args: -exclude=G404 ./...
- name: go build -v ./...
run: go build -v ./...