diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 42e5e7e..65ca06f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: - run: cargo +nightly fmt --all -- --check udeps: - name: Rust project - latest + name: Unused dependencies runs-on: ubuntu-latest steps: - uses: actions/checkout@v4