Commit ec75c6c
fix: rename CI jobs to match expected GitHub checks
- Rename 'pre-commit' job to 'lint' to provide required lint check
- Rename 'test' job to 'build' to provide required build (3.10, 3.11, 3.12) checks
- Add 'cleanup/*' branch pattern to workflow triggers
- Maintain streamlined workflow architecture while satisfying GitHub requirements
This resolves the "Expected — Waiting for status to be reported" issue
that was preventing PR merges due to missing required check names.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 2707dec commit ec75c6c
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments