Skip to content

Commit 44d7843

Browse files
committed
ci: standardize shellcheck --severity=error across all lab scripts
1 parent 2f0d2c5 commit 44d7843

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: ShellCheck — lab test scripts
2828
run: |
2929
sudo apt-get install -y shellcheck -qq
30-
shellcheck tests/labs/*.sh
30+
shellcheck --severity=error tests/labs/*.sh
3131
3232
- name: Validate module manifest
3333
run: |

0 commit comments

Comments
 (0)