Set -x option for shellcheck GHA

Signed-off-by: Christian König <github@yubiuser.dev>
This commit is contained in:
Christian König 2025-04-07 11:32:14 +02:00
parent 3732ea7365
commit 23fc53c618
No known key found for this signature in database

View File

@ -34,6 +34,8 @@ jobs:
check_together: 'yes'
format: tty
severity: warning
env:
SHELLCHECK_OPTS: -x # Enable shellcheck -x option (follow external sources)
- name: Spell-Checking
uses: codespell-project/actions-codespell@master