## Summary Add a `dotnet format` step to the local `.github/hooks/pre-push` gate so formatting runs before the build gate. ## Acceptance Criteria - [ ] The pre-push hook runs `dotnet format` before the build step - [ ] The hook fails clearly when formatting changes are required or formatting fails - [ ] Any directly related workflow/process docs stay accurate - [ ] Existing gate ordering remains coherent after the new step is inserted
Summary
Add a
dotnet formatstep to the local.github/hooks/pre-pushgate so formatting runs before the build gate.Acceptance Criteria
dotnet formatbefore the build step