CI: Use correct spacing

`yamllint` emits a few warnings of form:

  warning too few spaces before comment  (comments)

Use "correct" spacing.
This commit is contained in:
Tobin C. Harding 2024-05-03 11:41:19 +10:00
parent 0c0e88165e
commit 62ba10503a
No known key found for this signature in database
GPG Key ID: 40BF9E4C269D6607
1 changed files with 3 additions and 3 deletions

View File

@ -213,7 +213,7 @@ jobs:
- name: "Run hashes/embedded with alloc" - name: "Run hashes/embedded with alloc"
run: cd hashes/embedded && cargo run --target thumbv7m-none-eabi --features=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 name: ASAN - nightly toolchain
needs: Prepare needs: Prepare
runs-on: ubuntu-latest runs-on: ubuntu-latest
@ -235,7 +235,7 @@ jobs:
- name: "Run sanitizer script" - name: "Run sanitizer script"
run: cd ./hashes && ./contrib/sanitizer.sh run: cd ./hashes && ./contrib/sanitizer.sh
WASM: # hashes crate only. WASM: # hashes crate only.
name: WASM - stable toolchain name: WASM - stable toolchain
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
@ -249,7 +249,7 @@ jobs:
- name: "Run wasm script" - name: "Run wasm script"
run: cd hashes && ./contrib/wasm.sh run: cd hashes && ./contrib/wasm.sh
Schemars: # hashes crate only. Schemars: # hashes crate only.
name: Schemars - stable toolchain name: Schemars - stable toolchain
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy: