Fix name for Github Actions (#55)

This commit is contained in:
Sohalt
2020-04-14 20:24:43 +02:00
committed by GitHub
parent 4523efdaa1
commit f203beeab0
+1 -1
View File
@@ -31,7 +31,7 @@ jobs:
uses: "cedrickring/golang-action@1.4.1"
with:
args: go vet ./...
- name: Check missing error check
- name: Check security issues with gosec
uses: "cedrickring/golang-action@1.4.1"
with:
args: go get github.com/securego/gosec/cmd/gosec; gosec ./... # https://github.com/securego/gosec