Skip to content

Commit

Permalink
Check object_store format in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tustvold committed Aug 10, 2023
1 parent 2139fa5 commit da2bfeb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,10 @@ jobs:
uses: ./.github/actions/setup-builder
- name: Setup rustfmt
run: rustup component add rustfmt
- name: Run
- name: Format arrow
run: cargo fmt --all -- --check
- name: Format object_store
working-directory: object_store
run: cargo fmt --all -- --check

msrv:
Expand Down

0 comments on commit da2bfeb

Please sign in to comment.