Fix Shellcheck in GitHub action (#51)

This commit is contained in:
Stanislas 2020-02-11 23:52:21 +01:00 committed by GitHub
parent 46bd2cec69
commit 02092b94a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -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