ShellCheck: exclude SC1091 rule

This commit is contained in:
angristan 2019-05-12 17:22:34 +02:00
parent 4806a6a200
commit ba3a19d6ac
1 changed files with 1 additions and 1 deletions

View File

@ -5,5 +5,5 @@ workflow "ShellCheck" {
action "shellcheck" {
uses = "actions/bin/shellcheck@master"
args = "wireguard-install.sh"
args = "wireguard-install.sh -e SC1091"
}