Skip to content

Commit c3a7a0a

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

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-11-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-11-02.sh — Lab 11-02: External Dependencies
33
# Module 11: Zammad — external PG, Elasticsearch, Redis (replaces memcached), mailhog SMTP
44
set -euo pipefail

0 commit comments

Comments
 (0)