Skip to content

Commit

Permalink
add toml check to ci_checks.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
MujkicA committed Feb 21, 2024
1 parent ef5b1d3 commit 5db83aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci_checks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
# - Rust `1.75.0`
# - Nightly rust formatter
# - `cargo install cargo-sort`
# - `npm install prettier prettier-plugin-toml`

npx prettier --check "**/Cargo.toml" &&
cargo +nightly fmt --all -- --check &&
cargo sort -w --check &&
source .github/workflows/scripts/verify_openssl.sh &&
Expand Down

0 comments on commit 5db83aa

Please sign in to comment.