Fix GitHub action

This commit is contained in:
Stanislas 2019-11-11 15:23:06 +09:00 committed by GitHub
parent 12ba1a9d9a
commit 6e86b3e71a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,6 +6,6 @@ jobs:
steps:
- uses: actions/checkout@master
- name: shellcheck
uses: actions/bin/shellcheck@master
uses: ludeeus/action-shellcheck@0.0.1
with:
args: openvpn-install.sh -e SC1091,SC2164,SC2034,SC1072,SC1073,SC1009