Skip to content

Commit 466dc28

Browse files
committed
ci: standardize shellcheck --severity=error across all lab scripts
1 parent 9e48a93 commit 466dc28

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 --severity=warning tests/labs/*.sh
30+
shellcheck --severity=error tests/labs/*.sh
3131
3232
- name: Validate module manifest
3333
run: |

0 commit comments

Comments
 (0)