Private
Public Access
1
0

fix(ci): rename fmt job to match required status check context

This commit is contained in:
2026-06-05 14:21:57 -05:00
parent cfdb874062
commit be085bbf35

View File

@ -19,7 +19,7 @@ jobs:
# ── Quality Gates (GitHub-hosted, all triggers) ──────────────────────────
fmt:
name: Rust Format
name: fmt
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4