mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-05 17:18:48 -05:00
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
This commit is contained in:
2
.github/workflows/infra-container-linux.yml
vendored
2
.github/workflows/infra-container-linux.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: '🔧 Infra Container (Linux)'
|
||||
name: '🔧 Infra · 🐳 Container (Linux)'
|
||||
|
||||
# This workflow builds the Quarto build container and pushes it to GitHub Container Registry
|
||||
# The container pre-installs all dependencies to eliminate 30-45 minute setup time
|
||||
|
||||
Reference in New Issue
Block a user