FIX: Added -a flag to follow sources

Signed-off-by: Stephan Wendel <me@stephanwe.de>
This commit is contained in:
Stephan Wendel
2021-12-18 13:20:03 +01:00
parent b7d7294cb6
commit 2b65cda023

@@ -14,7 +14,7 @@ jobs:
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
env:
SHELLCHECK_OPTS: -s bash
SHELLCHECK_OPTS: -a -s bash
with:
ignore_paths: custompios
format: tty