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:
parent
0c0e88165e
commit
62ba10503a
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue