mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-27 09:43:55 +00:00
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:
@@ -61,6 +61,7 @@
|
||||
pinact,
|
||||
hyperfine,
|
||||
typos,
|
||||
shellcheck,
|
||||
uv,
|
||||
wayland,
|
||||
wayland-scanner,
|
||||
@@ -101,6 +102,7 @@ in
|
||||
alejandra
|
||||
pinact
|
||||
typos
|
||||
shellcheck
|
||||
|
||||
# Testing
|
||||
parallel
|
||||
|
||||
Reference in New Issue
Block a user