mirror of
https://github.com/MustardChef/WSABuilds.git
synced 2024-12-24 02:11:49 +01:00
shellcheck ignore SC2086
This commit is contained in:
parent
8a01a64e5c
commit
7d2cca6f15
2
.github/workflows/shellcheck.yml
vendored
2
.github/workflows/shellcheck.yml
vendored
@ -19,5 +19,7 @@ jobs:
|
||||
- name: Run ShellCheck
|
||||
id: check
|
||||
uses: ludeeus/action-shellcheck@master
|
||||
env:
|
||||
SHELLCHECK_OPTS: -e SC2086
|
||||
with:
|
||||
scandir: './scripts'
|
||||
|
Loading…
Reference in New Issue
Block a user