FIX: Added -a flag to follow sources
Signed-off-by: Stephan Wendel <me@stephanwe.de>
This commit is contained in:
parent
b7d7294cb6
commit
2b65cda023
2
.github/workflows/shellcheck.yml
vendored
2
.github/workflows/shellcheck.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
|||||||
- name: Run ShellCheck
|
- name: Run ShellCheck
|
||||||
uses: ludeeus/action-shellcheck@master
|
uses: ludeeus/action-shellcheck@master
|
||||||
env:
|
env:
|
||||||
SHELLCHECK_OPTS: -s bash
|
SHELLCHECK_OPTS: -a -s bash
|
||||||
with:
|
with:
|
||||||
ignore_paths: custompios
|
ignore_paths: custompios
|
||||||
format: tty
|
format: tty
|
Loading…
x
Reference in New Issue
Block a user