Commit Graph

10 Commits

Author SHA1 Message Date
Vijay Janapa Reddi
7e6cbc96ca Merge remote-tracking branch 'origin/dev' into dev 2026-03-01 18:43:22 -05:00
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
Vijay Janapa Reddi
a78f5dd893 Merge pull request #1201 from harvard-edge/fix/ch15 and resolve README conflict 2026-02-25 08:27:02 -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
9d840fc1a0 Merge branch 'dev' into feature/book-volumes 2026-02-10 13:12:34 -05: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
126834674f fix: update remaining core/ references to vol1/vol2
- Updated GitHub workflow link-check examples
- Updated quiz filter default scan directory to contents/
- Updated PDF config scan-directory to contents/ (scans both volumes)
- Updated Lua filter comments
- Updated quiz JSON source_file metadata to correct paths
2026-01-01 14:53:36 -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