mirror of
https://github.com/Threnklyn/wg-ui.git
synced 2026-06-07 06:03:30 +02:00
Fix name for Github Actions (#55)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user