Skip to content

Commit

Permalink
chore(apollo-rs): run cargo fmt check in CI's lint command (#338)
Browse files Browse the repository at this point in the history
* chore(apollo-rs): run cargo fmt check in CI's lint command
  • Loading branch information
lrlna authored Nov 1, 2022
1 parent 8bcd9d7 commit c51ba55
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ jobs:
- run:
name: Run cargo clippy
command: cargo clippy --all-targets --all-features -- -D warnings && cargo clippy --benches
- run:
name: Run cargo fmt check
command: rustup component add rustfmt && cargo fmt --all -- --check

test:
parameters:
Expand Down

0 comments on commit c51ba55

Please sign in to comment.