Avoid checking formatting of all files during windows trampoline checks (#17348)

I've noticed this escapes the trampoline crates so these fail whenever
there's bad formatting in the workspace.

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Zanie Blue
2026-01-07 13:14:47 -06:00
committed by GitHub
parent 29c44c71c2
commit c71ba13b6d
+1 -1
View File
@@ -437,7 +437,7 @@ jobs:
- name: "rustfmt"
working-directory: ${{ env.UV_WORKSPACE }}/crates/uv-trampoline
run: cargo fmt --all --check
run: cargo fmt --check
- name: "Clippy"
working-directory: ${{ env.UV_WORKSPACE }}/crates/uv-trampoline