Skip to content

Commit

Permalink
Update .github/workflows/rust.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Ed Seidl <etseidl@users.noreply.github.com>
  • Loading branch information
alamb and etseidl authored Dec 17, 2024
1 parent 3da1765 commit 371d281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
working-directory: parquet
run: |
# if this fails, run this from the parquet directory:
# cargo fmt -p parquet -- --config skip_children=true `find ./parquet -name "*.rs" \! -name format.rs`
# cargo fmt -p parquet -- --config skip_children=true `find . -name "*.rs" \! -name format.rs`
cargo fmt -p parquet -- --check --config skip_children=true `find . -name "*.rs" \! -name format.rs`
- name: Format object_store
working-directory: object_store
Expand Down

0 comments on commit 371d281

Please sign in to comment.