Skip to content

Commit

Permalink
Merge branch 'rewrite'
Browse files Browse the repository at this point in the history
  • Loading branch information
Somfic committed Dec 30, 2024
2 parents c0f2241 + c075dfc commit 2da692e
Show file tree
Hide file tree
Showing 30 changed files with 3,489 additions and 2,035 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,22 +43,22 @@ jobs:
cargo fmt --all -- --check
cargo clippy -- -D warnings
- name: Install cargo check tools
run: |
cargo install --locked cargo-deny || true
cargo install --locked cargo-outdated || true
cargo install --locked cargo-udeps || true
cargo install --locked cargo-audit || true
cargo install --locked cargo-pants || true
# - name: Install cargo check tools
# run: |
# cargo install --locked cargo-deny || true
# cargo install --locked cargo-outdated || true
# cargo install --locked cargo-udeps || true
# cargo install --locked cargo-audit || true
# cargo install --locked cargo-pants || true

- name: Check
run: |
cargo deny check -c config/cargo-deny.toml
cargo outdated
cargo udeps
rm -rf ~/.cargo/advisory-db
cargo audit
cargo pants
# - name: Check
# run: |
# cargo deny check -c config/cargo-deny.toml
# cargo outdated
# cargo udeps
# rm -rf ~/.cargo/advisory-db
# cargo audit
# cargo pants

- name: Test
run: cargo test
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/target
/.history
Loading

0 comments on commit 2da692e

Please sign in to comment.