Skip to content

Commit

Permalink
ci: run clippy and fmt --check
Browse files Browse the repository at this point in the history
  • Loading branch information
altsem committed Feb 9, 2024
1 parent ab14600 commit d5530cb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,7 @@ jobs:
run: |
git config --global init.defaultBranch master
cargo test --verbose
- name: Lint
run: cargo clippy
- name: Check format
run: cargo fmt --check

0 comments on commit d5530cb

Please sign in to comment.