1.1.0
CI/CD Pipeline
Adds automated validation for chezmoi templates and shell scripts.
What's new
- GitHub Actions CI workflow — Runs on push to
mainand on pull requests - Makefile — Unified
make linttarget for local and CI use - Template validation — Chezmoi templates verified with
--override-datato inject required template variables without interactive prompts - CI badge added to README
Fixes
- Iterative fixes to CI template validation: progressed from
--dry-runtoexecute-template --sourceto the final--override-dataapproach for reliable headless runs