From 8130dc7b70d6df28423b948af4de61cc172f0bd6 Mon Sep 17 00:00:00 2001 From: Stanislas Lange Date: Sat, 21 Mar 2020 21:53:06 +0100 Subject: Fix shellcheck --- .github/workflows/push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 7c67b74..33edafa 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -8,6 +8,6 @@ jobs: - name: shellcheck uses: ludeeus/action-shellcheck@0.0.1 env: - SHELLCHECK_OPTS: -e SC1091,SC1117 + SHELLCHECK_OPTS: -e SC1091,SC1117,SC2001 with: args: wireguard-install.sh -- cgit v1.2.3