Skip to content

Commit c465af0

Browse files
committed
chore: Fix yamllint warnings
1 parent b5b1eac commit c465af0

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

template/.github/workflows/build.yml.j2

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
with:
156156
key: clippy
157157
cache-all-crates: "true"
158-
# TODO (@Techassi): Remove this step (unmaintained action, kinda useless step anyway)
158+
# TODO (@Techassi): Remove this step (unmaintained action, kinda useless step anyway)
159159
- name: Run clippy action to produce annotations
160160
uses: giraffate/clippy-action@13b9d32482f25d29ead141b79e7e04e7900281e0 # v1.0.1
161161
env:
@@ -165,7 +165,7 @@ jobs:
165165
clippy_flags: --all-targets -- -D warnings
166166
reporter: 'github-pr-review'
167167
github_token: ${{ secrets.GITHUB_TOKEN }}
168-
# TODO (@Techassi): Remove, done by pre-commit
168+
# TODO (@Techassi): Remove, done by pre-commit
169169
- name: Run clippy manually without annotations
170170
env:
171171
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -345,9 +345,9 @@ jobs:
345345
with:
346346
toolchain: ${{ env.RUST_TOOLCHAIN_VERSION }}
347347
components: rustfmt
348-
# This step checks if the current run was triggered by a push to a pr (or a pr being created).
349-
# If this is the case it changes the version of this project in all Cargo.toml files to include the suffix
350-
# "-pr<prnumber>" so that the published artifacts can be linked to this PR.
348+
# This step checks if the current run was triggered by a push to a pr (or a pr being created).
349+
# If this is the case it changes the version of this project in all Cargo.toml files to include the suffix
350+
# "-pr<prnumber>" so that the published artifacts can be linked to this PR.
351351
- uses: stackabletech/cargo-install-action@main
352352
with:
353353
crate: cargo-edit

template/.github/workflows/integration-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Integration Test
33

44
on:
55
# schedule:
6-
# At 00:00 on Sunday. See: https://crontab.guru/#0_0_*_*_0
7-
# - cron: "0 0 * * 0"
6+
# # At 00:00 on Sunday. See: https://crontab.guru/#0_0_*_*_0
7+
# - cron: "0 0 * * 0"
88
workflow_dispatch:
99
inputs:
1010
test-mode:

0 commit comments

Comments
 (0)