From 44a3c639f2322d46b27f556f804bece931c36fc5 Mon Sep 17 00:00:00 2001 From: samypr100 <3933065+samypr100@users.noreply.github.com> Date: Sat, 11 May 2024 09:45:59 -0400 Subject: [PATCH] fixup: yaml indent as usual --- .github/workflows/ci.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2ad76b5e7236c..a84210e227d8e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,18 +59,18 @@ jobs: - name: "Ruff check" run: pipx run ruff check . - cargo-clippy: - runs-on: ubuntu-latest - name: "cargo clippy | ubuntu" - steps: - - uses: actions/checkout@v4 - - name: "Install Rust toolchain" - run: rustup component add clippy - - uses: Swatinem/rust-cache@v2 - with: - save-if: ${{ github.ref == 'refs/heads/main' }} - - name: "Clippy" - run: cargo clippy --workspace --all-targets --all-features --locked -- -D warnings + cargo-clippy: + runs-on: ubuntu-latest + name: "cargo clippy | ubuntu" + steps: + - uses: actions/checkout@v4 + - name: "Install Rust toolchain" + run: rustup component add clippy + - uses: Swatinem/rust-cache@v2 + with: + save-if: ${{ github.ref == 'refs/heads/main' }} + - name: "Clippy" + run: cargo clippy --workspace --all-targets --all-features --locked -- -D warnings cargo-clippy-windows: runs-on: windows-latest-large