1
1
mirror of https://github.com/angristan/wireguard-install.git synced 2024-06-02 11:30:49 +00:00

ShellCheck: exclude SC1091 rule

This commit is contained in:
angristan 2019-05-12 17:22:34 +02:00
parent 4806a6a200
commit ba3a19d6ac

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"
}