mirror of
https://github.com/LSPosed/MagiskOnWSALocal.git
synced 2025-05-06 23:06:34 +08: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