aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorangristan <angristan@pm.me>2019-05-24 00:26:35 +0200
committerangristan <angristan@pm.me>2019-05-24 00:26:35 +0200
commit0e4ef1e1e4078401cbdd1e6e5c17b6f0b0aa592b (patch)
treead286e81741de178aa3e946fc018232e5afa42a9 /.github
parent1981429774a9958df8254674a6eb4cad93c10a07 (diff)
Fix endpoint when IPv6 is used
Fix #10
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 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"
}