build: use cargo-machete
This commit is contained in:
parent
d00f3337f9
commit
0b2bd30279
2 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
2
justfile
2
justfile
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue