Skip to content

Commit 87a229f

Browse files
committed
Fix workflow YAML formatting
1 parent 374de78 commit 87a229f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pr_security-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
persist-credentials: false
2929
- name: Install rust toolchain
30-
run: |
30+
run: |
3131
rustup toolchain install "${RUST_TOOLCHAIN_VERSION}"
3232
rustup default "${RUST_TOOLCHAIN_VERSION}"
3333
- uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2
@@ -53,7 +53,7 @@ jobs:
5353
with:
5454
persist-credentials: false
5555
- name: Install rust toolchain
56-
run: |
56+
run: |
5757
rustup toolchain install "${RUST_TOOLCHAIN_VERSION}"
5858
rustup default "${RUST_TOOLCHAIN_VERSION}"
5959
- uses: EmbarkStudios/cargo-deny-action@3fd3802e88374d3fe9159b834c7714ec57d6c979 # v2.0.15

.github/workflows/publish-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
persist-credentials: false
2828

2929
- name: Install rust toolchain
30-
run: |
30+
run: |
3131
rustup toolchain install "${RUST_TOOLCHAIN_VERSION}"
3232
rustup default "${RUST_TOOLCHAIN_VERSION}"
3333

0 commit comments

Comments
 (0)