From 62ba10503a7528fb2b34f12d5450d7f5e2dc09d4 Mon Sep 17 00:00:00 2001 From: "Tobin C. Harding" Date: Fri, 3 May 2024 11:41:19 +1000 Subject: [PATCH] CI: Use correct spacing `yamllint` emits a few warnings of form: warning too few spaces before comment (comments) Use "correct" spacing. --- .github/workflows/rust.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 489dd211e..5855ddacb 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -213,7 +213,7 @@ jobs: - name: "Run hashes/embedded with alloc" run: cd hashes/embedded && cargo run --target thumbv7m-none-eabi --features=alloc - ASAN: # hashes crate only. + ASAN: # hashes crate only. name: ASAN - nightly toolchain needs: Prepare runs-on: ubuntu-latest @@ -235,7 +235,7 @@ jobs: - name: "Run sanitizer script" run: cd ./hashes && ./contrib/sanitizer.sh - WASM: # hashes crate only. + WASM: # hashes crate only. name: WASM - stable toolchain runs-on: ubuntu-latest strategy: @@ -249,7 +249,7 @@ jobs: - name: "Run wasm script" run: cd hashes && ./contrib/wasm.sh - Schemars: # hashes crate only. + Schemars: # hashes crate only. name: Schemars - stable toolchain runs-on: ubuntu-latest strategy: