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 b01b36f commit e655eb7Copy full SHA for e655eb7
.github/workflows/pr_testing.yaml
@@ -17,7 +17,7 @@ jobs:
17
- name: Install ShellCheck
18
run: sudo apt-get install shellcheck
19
- name: Run ShellCheck
20
- run: shellcheck tasks/*.sh
+ run: shellcheck -x tasks/*.sh
21
22
test-install-task-on-ubuntu:
23
strategy:
0 commit comments