Skip to content

Commit

Permalink
chore: add small script to locally perform sanity checks
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien-bon committed Sep 15, 2024
1 parent f1461b4 commit 422a47c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ci_check.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash

cargo clippy --workspace --all-targets --all-features -- --deny warnings
cargo fmt --all -- --check

0 comments on commit 422a47c

Please sign in to comment.