mirror of
https://github.com/angristan/wireguard-install.git
synced 2024-11-22 04:35:09 +00:00
ShellCheck: exclude SC1091 rule
This commit is contained in:
parent
4806a6a200
commit
ba3a19d6ac
2
.github/main.workflow
vendored
2
.github/main.workflow
vendored
@ -5,5 +5,5 @@ workflow "ShellCheck" {
|
|||||||
|
|
||||||
action "shellcheck" {
|
action "shellcheck" {
|
||||||
uses = "actions/bin/shellcheck@master"
|
uses = "actions/bin/shellcheck@master"
|
||||||
args = "wireguard-install.sh"
|
args = "wireguard-install.sh -e SC1091"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user