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 d0094f6 commit 4742bd4Copy full SHA for 4742bd4
.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 -x -e SC2001 --norc
+ SHELLCHECK_OPTS: -s bash -x -e SC2001 --norc
93
94
compilation:
95
name: Check compilation
0 commit comments