Skip to content

Commit 6937bf6

Browse files
committed
Specify an option to invoke shellcheck with
1 parent 0b1325f commit 6937bf6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/shellcheck.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ jobs:
66
steps:
77
- uses: actions/checkout@v4
88
- uses: ludeeus/action-shellcheck@master
9+
- env:
10+
SHELLCHECK_OPTS: -x

0 commit comments

Comments
 (0)