@@ -155,7 +155,7 @@ jobs:
155
155
with :
156
156
key : clippy
157
157
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)
159
159
- name : Run clippy action to produce annotations
160
160
uses : giraffate/clippy-action@13b9d32482f25d29ead141b79e7e04e7900281e0 # v1.0.1
161
161
env :
@@ -165,7 +165,7 @@ jobs:
165
165
clippy_flags : --all-targets -- -D warnings
166
166
reporter : ' github-pr-review'
167
167
github_token : ${{ secrets.GITHUB_TOKEN }}
168
- # TODO (@Techassi): Remove, done by pre-commit
168
+ # TODO (@Techassi): Remove, done by pre-commit
169
169
- name : Run clippy manually without annotations
170
170
env :
171
171
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
@@ -345,9 +345,9 @@ jobs:
345
345
with :
346
346
toolchain : ${{ env.RUST_TOOLCHAIN_VERSION }}
347
347
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.
351
351
- uses : stackabletech/cargo-install-action@main
352
352
with :
353
353
crate : cargo-edit
0 commit comments