ci: add shellcheck linting for shell scripts

Add shellcheck to CI pipeline to ensure shell scripts follow best practices
and catch common errors. Fix existing shellcheck warnings in test scripts
to pass the new linting requirements.
This commit is contained in:
Bryan Lee
2025-07-10 23:16:23 +08:00
parent 1172332621
commit cbb3f6f64f
6 changed files with 42 additions and 7 deletions

View File

@@ -61,6 +61,7 @@
pinact,
hyperfine,
typos,
shellcheck,
uv,
wayland,
wayland-scanner,
@@ -101,6 +102,7 @@ in
alejandra
pinact
typos
shellcheck
# Testing
parallel