Skip to content

Commit 23e973f

Browse files
committed
ci: standardize shellcheck --severity=error across all lab scripts
1 parent 0c8a400 commit 23e973f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: ShellCheck — lab test scripts
4545
run: |
4646
sudo apt-get install -y shellcheck -qq
47-
shellcheck tests/labs/*.sh
47+
shellcheck --severity=error tests/labs/*.sh
4848
4949
- name: Validate module manifest
5050
run: |

0 commit comments

Comments
 (0)