From 5475e6a45485c4a9c4984d1b1ba4dc7546b2cf92 Mon Sep 17 00:00:00 2001 From: RA <70325462+RAprogramm@users.noreply.github.com> Date: Tue, 30 Sep 2025 14:09:20 +0700 Subject: [PATCH] fix(ci): correct reusable workflow indentation --- .github/workflows/reusable-ci.yml | 48 +++++++++++++++---------------- 1 file changed, 24 insertions(+), 24 deletions(-) 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