Skip to content

Commit de67f65

Browse files
authored
Merge pull request #265 from vruello/rustfmt
Format code using `cargo fmt` and add a check in ci
2 parents 0cecba4 + e814046 commit de67f65

35 files changed

+934
-653
lines changed

.github/workflows/rust-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ jobs:
5050
pkgconf ;
5151
- name: Clippy
5252
run: rustup component add clippy && cargo clippy -- -Dwarnings
53+
- name: Rustfmt
54+
run: rustup component add rustfmt && cargo fmt --check
5355
- name: Run tests
5456
run: |
5557
# Env var to connect to the Postgres service

0 commit comments

Comments
 (0)