mirror of
https://github.com/LSPosed/MagiskOnWSALocal.git
synced 2025-09-05 04:00:29 +00:00
shellcheck ignore SC2086
This commit is contained in:
parent
8a01a64e5c
commit
7d2cca6f15
1 changed files with 2 additions and 0 deletions
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…
Add table
Reference in a new issue