diff --git a/.github/workflows/reusable-ci.yml b/.github/workflows/reusable-ci.yml index 7d88bef..da27941 100644 --- a/.github/workflows/reusable-ci.yml +++ b/.github/workflows/reusable-ci.yml @@ -168,30 +168,30 @@ jobs: delete-branch: true # ---------- end README handling ---------- - - name: Check formatting (nightly rustfmt) - uses: ./.github/actions/cargo-fmt - with: - toolchain: nightly - - - name: Clippy (MSRV) - uses: ./.github/actions/cargo-clippy - with: - toolchain: ${{ steps.msrv.outputs.msrv }} - all-features: ${{ inputs.all-features }} - - - name: Cargo deny - uses: ./.github/actions/cargo-deny - - - name: Tests (MSRV) - uses: ./.github/actions/cargo-test - with: - toolchain: ${{ steps.msrv.outputs.msrv }} - all-features: ${{ inputs.all-features }} - - - name: Security audit - uses: ./.github/actions/cargo-audit - - - name: Auto-commit README changes (any branch) + - name: Check formatting (nightly rustfmt) + uses: ./.github/actions/cargo-fmt + with: + toolchain: nightly + + - name: Clippy (MSRV) + uses: ./.github/actions/cargo-clippy + with: + toolchain: ${{ steps.msrv.outputs.msrv }} + all-features: ${{ inputs.all-features }} + + - name: Cargo deny + uses: ./.github/actions/cargo-deny + + - name: Tests (MSRV) + uses: ./.github/actions/cargo-test + with: + toolchain: ${{ steps.msrv.outputs.msrv }} + all-features: ${{ inputs.all-features }} + + - name: Security audit + uses: ./.github/actions/cargo-audit + + - name: Auto-commit README changes (any branch) if: always() run: | set -euo pipefail