Commit d8aad27
Zvi Fried
feat: enhance CI workflow with parallelization and mandatory checks
- Remove semantic release workflow for manual version management
- Parallelize CI jobs: code-quality, tests, security, gitleaks
- Add gitleaks secret scanning with full git history
- Split linting/type checking from tests for faster feedback
- Update branch protection to require all parallel CI jobs
- Remove semantic release configuration files (.releaserc.json, node_modules)
- All CI jobs must pass before merge is allowed
CI Jobs:
✅ Code Quality: linting, formatting, type checking
✅ Test Suite: pytest with coverage
✅ Security Scan: bandit security linter
✅ Secret Scanning: gitleaks for credential detection
✅ Build Package: verify package builds correctly
✅ Docker Build: verify Docker image builds
Branch Protection:
- Requires: Code Quality, Test Suite, Security Scan, Secret Scanning
- Pull request reviews: 1 approval required
- Dismiss stale reviews on new commits
- Code owner review required1 parent 77b052b commit d8aad27
File tree
3 files changed
+54
-158
lines changed- .github/workflows
3 files changed
+54
-158
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
15 | 16 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | 17 | | |
20 | 18 | | |
21 | 19 | | |
| |||
26 | 24 | | |
27 | 25 | | |
28 | 26 | | |
29 | | - | |
30 | | - | |
| 27 | + | |
| 28 | + | |
31 | 29 | | |
32 | 30 | | |
33 | | - | |
34 | | - | |
| 31 | + | |
35 | 32 | | |
36 | 33 | | |
37 | 34 | | |
38 | 35 | | |
39 | 36 | | |
40 | 37 | | |
41 | 38 | | |
42 | | - | |
43 | | - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
44 | 63 | | |
45 | 64 | | |
46 | 65 | | |
| |||
56 | 75 | | |
57 | 76 | | |
58 | 77 | | |
| 78 | + | |
59 | 79 | | |
60 | 80 | | |
61 | 81 | | |
62 | 82 | | |
63 | 83 | | |
64 | 84 | | |
65 | 85 | | |
| 86 | + | |
| 87 | + | |
66 | 88 | | |
67 | 89 | | |
68 | 90 | | |
| |||
75 | 97 | | |
76 | 98 | | |
77 | 99 | | |
78 | | - | |
79 | | - | |
80 | 100 | | |
81 | 101 | | |
82 | 102 | | |
83 | 103 | | |
84 | 104 | | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
85 | 123 | | |
86 | 124 | | |
87 | 125 | | |
88 | | - | |
| 126 | + | |
89 | 127 | | |
90 | 128 | | |
91 | 129 | | |
| |||
118 | 156 | | |
119 | 157 | | |
120 | 158 | | |
| 159 | + | |
121 | 160 | | |
122 | 161 | | |
123 | 162 | | |
124 | | - | |
| 163 | + | |
125 | 164 | | |
126 | 165 | | |
127 | 166 | | |
| |||
This file was deleted.
This file was deleted.
0 commit comments