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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user