mirror of
https://github.com/angristan/wireguard-install.git
synced 2024-11-23 21:46:02 +03:00
Fix Shellcheck in GitHub action (#51)
This commit is contained in:
parent
46bd2cec69
commit
02092b94a6
4
.github/workflows/push.yml
vendored
4
.github/workflows/push.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user