Commit 7760671
committed
fix: update CI job names to match branch protection requirements
- Changed test job name from 'Test Python' to 'test' to match expected status checks
- Changed lint job name from 'Code Quality' to 'lint'
- Changed build job name from 'Build Package' to 'build'
- Removed continue-on-error from lint checks to ensure failures are properly reported
This ensures the status check names match the branch protection requirements:
- test (3.10), test (3.11), test (3.12), test (3.13)
- lint
- build1 parent bec437c commit 7760671
1 file changed
+3
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
67 | 66 | | |
68 | 67 | | |
69 | 68 | | |
70 | 69 | | |
71 | | - | |
72 | 70 | | |
73 | 71 | | |
74 | | - | |
| 72 | + | |
75 | 73 | | |
76 | 74 | | |
77 | 75 | | |
| |||
0 commit comments