-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Summary
Add shellcheck static analysis to CI for all bash scripts in the repository.
Context
The repository has several verification scripts (verify-*.sh). Shellcheck would catch common bash issues:
- Unquoted variables
- POSIX compatibility
- Common pitfalls
Proposed Implementation
- Create
.github/workflows/shellcheck.yml - Run shellcheck on all .sh files
- Fail CI on shellcheck warnings
Prerequisites
- CI infrastructure needs to be set up first (no .github/workflows/ exists currently)
Related
- Phase E Worktree Integration (PR feat: Worktree Integration (Phase E) #144)
- verify-worktree-integration.sh
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request