diff options
author | angristan <angristan@pm.me> | 2019-05-26 12:17:21 +0200 |
---|---|---|
committer | angristan <angristan@pm.me> | 2019-05-26 12:17:21 +0200 |
commit | 7e71ea7dbb5a3962daea8abee065fd550ade31b8 (patch) | |
tree | 7801c6d343c3dc48a0433929caad7ac2a51b12ca /.github | |
parent | 0e4ef1e1e4078401cbdd1e6e5c17b6f0b0aa592b (diff) |
Fix Shellcheck action
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 f693235..a46a26d 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 -e SC1091 SC2034" + args = "wireguard-install.sh -e SC1091 -e SC2034" } |