diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ac2a168..084f623 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,8 @@ jobs: - name: 📝 Check Rust Code Formatting run: cargo fmt --all -- --check - cargo-deny: + audit: + name: Audit runs-on: ubuntu-latest steps: - name: 📦 Checkout