We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e48a93 commit 466dc28Copy full SHA for 466dc28
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 --severity=warning tests/labs/*.sh
+ shellcheck --severity=error tests/labs/*.sh
31
32
- name: Validate module manifest
33
0 commit comments