aboutsummaryrefslogtreecommitdiff
path: root/.github/main.workflow
diff options
context:
space:
mode:
Diffstat (limited to '.github/main.workflow')
-rw-r--r--.github/main.workflow2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/main.workflow b/.github/main.workflow
index 7543896..f693235 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"
+ args = "wireguard-install.sh -e SC1091 SC2034"
}