Skip to content

1.1.0

Choose a tag to compare

@edjchapman edjchapman released this 21 Apr 16:05
· 135 commits to main since this release

CI/CD Pipeline

Adds automated validation for chezmoi templates and shell scripts.

What's new

  • GitHub Actions CI workflow — Runs on push to main and on pull requests
  • Makefile — Unified make lint target for local and CI use
  • Template validation — Chezmoi templates verified with --override-data to inject required template variables without interactive prompts
  • CI badge added to README

Fixes

  • Iterative fixes to CI template validation: progressed from --dry-run to execute-template --source to the final --override-data approach for reliable headless runs