Skip to content

Commit

Permalink
fix: add rustfmt/clippy scripts to make CI pass
Browse files Browse the repository at this point in the history
commit-id:241c09e5
  • Loading branch information
Gilad Chase committed Mar 19, 2024
1 parent 9153839 commit 979e617
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/clippy.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

cargo clippy "$@" --all-targets --all-features
3 changes: 3 additions & 0 deletions scripts/rust_fmt.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

cargo +nightly-2024-01-12 fmt --all -- "$@"

0 comments on commit 979e617

Please sign in to comment.