ci(shellcheck): use env for action instead of args

This commit is contained in:
Stanislas Lange 2020-04-28 15:15:01 +02:00
parent 137284e55f
commit 1cb4d744f0
1 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@ jobs:
- uses: actions/checkout@master
- name: shellcheck
uses: ludeeus/action-shellcheck@0.0.1
with:
args: openvpn-install.sh -e SC1091,SC2164,SC2034,SC1072,SC1073,SC1009
env:
SHELLCHECK_OPTS: -e SC1091,SC2164,SC2034,SC1072,SC1073,SC1009
shfmt:
runs-on: ubuntu-latest
steps: