Commit Graph

6 Commits

Author SHA1 Message Date
Vijay Janapa Reddi
7994f91e0e Merge pull request #1178 from salmanmkc/upgrade-github-actions-node24
Upgrade GitHub Actions for Node 24 compatibility
2026-03-01 11:36:51 -05:00
Salman Muin Kayser Chishti
07d2751b6a Upgrade GitHub Actions to latest versions
Signed-off-by: Salman Muin Kayser Chishti <13schishti@gmail.com>
2026-02-19 09:20:11 +00:00
Salman Muin Kayser Chishti
4cf7a3aca8 Upgrade GitHub Actions for Node 24 compatibility
Signed-off-by: Salman Muin Kayser Chishti <13schishti@gmail.com>
2026-02-19 09:19:52 +00:00
Vijay Janapa Reddi
cbf8017a26 style(ci): add action emojis to workflow names for visual scanning
Add separator and action-specific emojis to make it easier to visually
distinguish between workflow types (Build/Publish/Validate) at a glance.

Pattern: Category emoji + Name · Action emoji + Action
- 🔨 Build
- 📤 Publish
- 🔍 Validate
- 🐳 Container
- 🧹 Cleanup
- 🔗 Link Check
- ❤️ Health Check
2026-01-27 10:24:58 -05:00
Vijay Janapa Reddi
853eb03ee8 style: apply consistent whitespace and formatting across codebase 2025-12-13 14:05:34 -05:00
Vijay Janapa Reddi
c68e20dcda refactor: standardize workflow naming convention
Book workflows: 📚 Book <Action> [(<Env>)]
- Book Build (Baremetal)
- Book Build (Container)
- Book Publish (Dev)
- Book Publish (Live)
- Book Update Contributors
- Book Validate (Dev)

Infra workflows: 🔧 Infra <Action> [(<Detail>)]
- Infra Container (Linux)
- Infra Container (Windows)
- Infra Health Check
- Infra Cleanup Caches
- Infra Link Check

TinyTorch workflows: 🔥 TinyTorch <Action> [(<Env>)]
- Already consistent, no changes

File renames:
- book-build-linux-container.yml → infra-container-linux.yml
- book-build-windows-container.yml → infra-container-windows.yml
- container-health-check.yml → infra-health-check.yml
- cleanup-caches.yml → infra-cleanup-caches.yml
- link-check.yml → infra-link-check.yml

Updated cross-references in book-validate-dev.yml
2025-12-12 09:25:07 -08:00