Skip to content

Commit 3d24238

Browse files
committed
fix(ci): remove UTF-8 BOM from lab-02 scripts, set shellcheck --severity=warning
1 parent ba47443 commit 3d24238

2 files changed

Lines changed: 2 additions & 2 deletions

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

tests/labs/test-lab-09-02.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env bash
1+
#!/usr/bin/env bash
22
# test-lab-09-02.sh — Lab 09-02: External Dependencies
33
# Module 09: iRedMail — OpenLDAP directory, mailhog SMTP relay, separate networks
44
set -euo pipefail

0 commit comments

Comments
 (0)