aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/main.workflow2
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"
}