mirror of
https://github.com/angristan/wireguard-install.git
synced 2024-11-24 05:56:02 +03:00
Fix Shellcheck action
This commit is contained in:
parent
0e4ef1e1e4
commit
7e71ea7dbb
2
.github/main.workflow
vendored
2
.github/main.workflow
vendored
@ -5,5 +5,5 @@ workflow "ShellCheck" {
|
||||
|
||||
action "shellcheck" {
|
||||
uses = "actions/bin/shellcheck@master"
|
||||
args = "wireguard-install.sh -e SC1091 SC2034"
|
||||
args = "wireguard-install.sh -e SC1091 -e SC2034"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user