@@ -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
0 commit comments