mirror of
https://github.com/MustardChef/WSABuilds.git
synced 2025-04-08 03:51:19 +02: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
|
- name: Run ShellCheck
|
||||||
id: check
|
id: check
|
||||||
uses: ludeeus/action-shellcheck@master
|
uses: ludeeus/action-shellcheck@master
|
||||||
|
env:
|
||||||
|
SHELLCHECK_OPTS: -e SC2086
|
||||||
with:
|
with:
|
||||||
scandir: './scripts'
|
scandir: './scripts'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user