diff options
author | Stanislas Lange <angristan@pm.me> | 2020-03-21 15:44:32 +0100 |
---|---|---|
committer | Stanislas Lange <angristan@pm.me> | 2020-03-21 15:44:32 +0100 |
commit | f3fd5346c021e93fc1ec863ec8c5f3061bb18419 (patch) | |
tree | 495c02de47b7bbe3ce0f6393c024706acd2b543a /.github | |
parent | bf3cccb8fd0bb7ac49b3c9df897be175ee3e282f (diff) |
Fix shellcheck
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/push.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index e40d06c..7c67b74 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 + SHELLCHECK_OPTS: -e SC1091,SC1117 with: args: wireguard-install.sh |