mirror of
https://github.com/Threnklyn/wg-ui.git
synced 2026-05-18 21: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
|
||||
@@ -46,4 +46,4 @@ jobs:
|
||||
sudo apt-get update -qq
|
||||
sudo apt-get -qq -y install buildah
|
||||
- name: Build the Docker image
|
||||
run: buildah bud --format=docker --layers -f Dockerfile .
|
||||
run: buildah bud --format=docker --layers -f Dockerfile .
|
||||
|
||||
Reference in New Issue
Block a user