We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f0d2c5 commit 44d7843Copy full SHA for 44d7843
1 file changed
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: ShellCheck — lab test scripts
28
run: |
29
sudo apt-get install -y shellcheck -qq
30
- shellcheck tests/labs/*.sh
+ shellcheck --severity=error tests/labs/*.sh
31
32
- name: Validate module manifest
33
0 commit comments