shellcheck ignore SC2086

This commit is contained in:
Howard Wu 2022-11-13 19:50:13 +08:00 committed by GitHub
parent 8a01a64e5c
commit 7d2cca6f15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,5 +19,7 @@ jobs:
- name: Run ShellCheck
id: check
uses: ludeeus/action-shellcheck@master
env:
SHELLCHECK_OPTS: -e SC2086
with:
scandir: './scripts'