Skip to content

Commit

Permalink
Added code formatting check to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
margorczynski committed Apr 19, 2024
1 parent 497346b commit 6c2109f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@ jobs:
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
- name: Check formatting
run: cargo fmt --verbose

0 comments on commit 6c2109f

Please sign in to comment.