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:
Vijay Janapa Reddi
2026-01-27 10:24:58 -05:00
parent 5d0ef80aec
commit cbf8017a26
19 changed files with 20 additions and 20 deletions

View File

@@ -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