1
0
Fork 0
mirror of https://github.com/imjasonh/git-k8s synced 2026-07-15 01:45:41 +00:00
Commit graph

2 commits

Author SHA1 Message Date
Claude
24fad12ea9
Make compile workflow a check that fails on outdated lock files
Runs on both PRs and pushes to main. Compiles all agentic workflow
markdown files and fails if the resulting lock files differ from what's
committed. This ensures contributors run `gh aw compile` before merging.

https://claude.ai/code/session_01JTYNSeJrGzdW6wfAUbdjjw
2026-02-28 15:48:44 +00:00
Claude
a828ef7992
Add workflow to auto-compile agentic workflow lock files
Triggers on pushes to main that touch .github/workflows/*.md files.
Installs gh-aw, compiles all agentic workflow markdown files, and
commits the resulting .lock.yml files back to the repo.

https://claude.ai/code/session_01JTYNSeJrGzdW6wfAUbdjjw
2026-02-28 15:47:38 +00:00