mirror of
https://github.com/angristan/wireguard-install.git
synced 2025-04-05 03:43:30 +03:00
Fix Shellcheck action
This commit is contained in:
parent
0e4ef1e1e4
commit
7e71ea7dbb
1 changed files with 1 additions and 1 deletions
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…
Add table
Reference in a new issue