aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorangristan <angristan@pm.me>2019-05-26 12:17:21 +0200
committerangristan <angristan@pm.me>2019-05-26 12:17:21 +0200
commit7e71ea7dbb5a3962daea8abee065fd550ade31b8 (patch)
tree7801c6d343c3dc48a0433929caad7ac2a51b12ca /.github
parent0e4ef1e1e4078401cbdd1e6e5c17b6f0b0aa592b (diff)
Fix Shellcheck action
Diffstat (limited to '.github')
-rw-r--r--.github/main.workflow2
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"
}