aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorStanislas <angristan@pm.me>2020-02-11 23:52:21 +0100
committerGitHub <noreply@github.com>2020-02-11 23:52:21 +0100
commit02092b94a690d6495fc7d5b85aed2ddec1f4bfef (patch)
tree01c523250bfe9112dcce9b751d980cbbabada069 /.github
parent46bd2cec69ac1a43b5162bb12a10ef70c547dd87 (diff)
Fix Shellcheck in GitHub action (#51)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/push.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml
index 0c5da09..e40d06c 100644
--- a/.github/workflows/push.yml
+++ b/.github/workflows/push.yml
@@ -7,5 +7,7 @@ jobs:
- uses: actions/checkout@master
- name: shellcheck
uses: ludeeus/action-shellcheck@0.0.1
+ env:
+ SHELLCHECK_OPTS: -e SC1091
with:
- args: wireguard-install.sh -e SC1091 -e SC2034 -e SC1091
+ args: wireguard-install.sh