Review fix: revert format step name change

This commit is contained in:
Chris Glass 2026-04-11 09:06:39 +02:00
parent cadbde034b
commit 724415b450

View file

@ -11,7 +11,7 @@ env:
jobs:
fmt:
name: Formatting Check
name: Rustfmt
runs-on: ubuntu-latest
steps:
- name: Checkout repository