We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8381328 commit d0094f6Copy full SHA for d0094f6
.github/workflows/tests.yml
@@ -89,7 +89,7 @@ jobs:
89
- name: Run shellcheck
90
uses: ludeeus/action-shellcheck@master
91
env:
92
- SHELLCHECK_OPTS: --shell=bash --external-sources=true --exclude=SC2001 --norc
+ SHELLCHECK_OPTS: -shell bash -x -e SC2001 --norc
93
94
compilation:
95
name: Check compilation
0 commit comments