diff options
author | angristan <angristan@pm.me> | 2019-05-12 17:22:34 +0200 |
---|---|---|
committer | angristan <angristan@pm.me> | 2019-05-12 17:22:34 +0200 |
commit | ba3a19d6ac78c79d6d029ec7cf15829ecd03679f (patch) | |
tree | 961451603a4e9a3c246c506b616671df85ee4a49 /.github | |
parent | 4806a6a2001be521a77fd9ce657d7619bb3412be (diff) |
ShellCheck: exclude SC1091 rule
Diffstat (limited to '.github')
-rw-r--r-- | .github/main.workflow | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/main.workflow b/.github/main.workflow index cb93a1a..7543896 100644 --- a/.github/main.workflow +++ b/.github/main.workflow @@ -5,5 +5,5 @@ workflow "ShellCheck" { action "shellcheck" { uses = "actions/bin/shellcheck@master" - args = "wireguard-install.sh" + args = "wireguard-install.sh -e SC1091" } |