Set -x option for shellcheck GHA
Signed-off-by: Christian König <github@yubiuser.dev>
This commit is contained in:
@@ -34,6 +34,8 @@ jobs:
|
|||||||
check_together: 'yes'
|
check_together: 'yes'
|
||||||
format: tty
|
format: tty
|
||||||
severity: warning
|
severity: warning
|
||||||
|
env:
|
||||||
|
SHELLCHECK_OPTS: -x # Enable shellcheck -x option (follow external sources)
|
||||||
|
|
||||||
- name: Spell-Checking
|
- name: Spell-Checking
|
||||||
uses: codespell-project/actions-codespell@master
|
uses: codespell-project/actions-codespell@master
|
||||||
|
|||||||
Reference in New Issue
Block a user