From 0b2bd30279433ca5285b0512f78dbee5b6edd590 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Thu, 9 Jan 2025 21:27:08 +0000 Subject: [PATCH] build: use cargo-machete --- .forgejo/workflows/push-next.yml | 8 ++++---- justfile | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.forgejo/workflows/push-next.yml b/.forgejo/workflows/push-next.yml index bea30ec..04dd857 100644 --- a/.forgejo/workflows/push-next.yml +++ b/.forgejo/workflows/push-next.yml @@ -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 diff --git a/justfile b/justfile index 6ae20e6..501dcb6 100644 --- a/justfile +++ b/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