Skip to content

Commit

Permalink
chore: add formatting to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vigith committed Jul 1, 2024
1 parent 7dff517 commit f903fd1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,6 @@ jobs:

- name: Run tests
run: cargo test --verbose

- name: Check formatting
run: cargo fmt --all -- --check
1 change: 0 additions & 1 deletion .rustfmt.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
edition = "2021"
indent_style = "Block"

0 comments on commit f903fd1

Please sign in to comment.