Merge pull request #646 from angristan/lint-action-shellcheck-env

ci(shellcheck): use env for action instead of args
This commit is contained in:
Stanislas
2020-04-28 15:23:53 +02:00
committed by GitHub

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: