build: use cargo-machete
All checks were successful
Test / build (map[name:nightly]) (push) Successful in 1m0s
Test / build (map[name:stable]) (push) Successful in 58s
Release Please / Release-plz (push) Successful in 7s

This commit is contained in:
Paul Campbell 2025-01-09 21:27:08 +00:00
parent d00f3337f9
commit 0b2bd30279
2 changed files with 5 additions and 5 deletions

View file

@ -29,10 +29,10 @@ jobs:
- name: Check TODOs
uses: kemitix/todo-checker@v1.1.0
# - name: Machete
# uses: https://git.kemitix.net/kemitix/rust@v2.6.0
# with:
# args: ${{ matrix.toolchain.name }} cargo machete
- name: Machete
uses: https://git.kemitix.net/kemitix/rust@v2.6.0
with:
args: ${{ matrix.toolchain.name }} cargo machete
- name: Format
uses: https://git.kemitix.net/kemitix/rust@v2.6.0

View file

@ -5,7 +5,7 @@ build:
cargo fmt
cargo fmt --check
cargo clippy --no-deps --fix --allow-dirty
# cargo machete
cargo machete
# cargo build
cargo tarpaulin --engine llvm --tests --line --skip-clean --out Html Lcov
cargo llvm-cov --html --tests