Commit 9f599a6
⚡ Bolt: optimize job ID kebab-case audit performance
This commit replaces an inefficient shell loop in the Job ID audit workflow with a single-pass awk command.
- Optimized `.github/workflows/workflow-job-id-kebab-case.yml`
- Removed redundant temporary scripts
- Updated `.Jules/bolt.md` with performance learnings
The optimization reduces the audit time from ~97 seconds to ~0.03 seconds for 580+ workflow files.
Co-authored-by: christopherfoxjr <213370400+christopherfoxjr@users.noreply.github.com>1 parent 271fe48 commit 9f599a6
2 files changed
Lines changed: 16 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
0 commit comments