Update action

This commit is contained in:
Stanislas 2019-10-30 12:07:45 +09:00 committed by GitHub
parent 3b7a8c0362
commit 237917009e
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/actions/shellcheck@master
with:
args: wireguard-install.sh -e SC1091 -e SC2034