Skip to content

Commit

Permalink
chore: add rustfmt check to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kurnevsky committed May 14, 2023
1 parent 221df3e commit 4452323
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
run: cargo test --verbose
- name: Build docs
run: cargo doc
- name: Check formatting
run: cargo fmt --check

clippy:
name: Clippy
Expand Down

0 comments on commit 4452323

Please sign in to comment.