Commit 156f085
Remove compile-check workflow (#87)
* Remove compile-check workflow
The lock file drift check creates more friction than it prevents —
particularly for Dependabot PRs, which always fail CI because
Dependabot can't run `make compile`. Trust contributors to recompile.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* Add pre-commit hook to compile gh-aw workflows
Runs `gh aw compile` locally when workflow source files change,
so lock file drift is caught before it reaches CI.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* Install gh-aw in pre-commit CI workflow
So the compile-workflows hook runs in CI too, replacing the
dedicated compile-check workflow.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 4cbb35d commit 156f085
3 files changed
Lines changed: 13 additions & 40 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
20 | 24 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
0 commit comments