File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
template/.github/workflows Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,6 @@ jobs:
128
128
- uses: dtolnay/rust-toolchain@be73d7920c329f220ce78e0234b8f96b7ae60248
129
129
with:
130
130
toolchain: ${{ env.RUST_TOOLCHAIN_VERSION }}
131
- with:
132
131
components: rustfmt
133
132
- run: cargo fmt --all -- --check
134
133
@@ -147,7 +146,6 @@ jobs:
147
146
- uses: dtolnay/rust-toolchain@be73d7920c329f220ce78e0234b8f96b7ae60248
148
147
with:
149
148
toolchain: ${{ env.RUST_TOOLCHAIN_VERSION }}
150
- with:
151
149
components: clippy
152
150
- uses: Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8 # v2.7.1
153
151
with:
@@ -184,7 +182,6 @@ jobs:
184
182
- uses: dtolnay/rust-toolchain@be73d7920c329f220ce78e0234b8f96b7ae60248
185
183
with:
186
184
toolchain: ${{ env.RUST_TOOLCHAIN_VERSION }}
187
- with:
188
185
components: rustfmt
189
186
- uses: Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8 # v2.7.1
190
187
with:
@@ -334,7 +331,6 @@ jobs:
334
331
- uses: dtolnay/rust-toolchain@be73d7920c329f220ce78e0234b8f96b7ae60248
335
332
with:
336
333
toolchain: ${{ env.RUST_TOOLCHAIN_VERSION }}
337
- with:
338
334
components: rustfmt
339
335
# This step checks if the current run was triggered by a push to a pr (or a pr being created).
340
336
# If this is the case it changes the version of this project in all Cargo.toml files to include the suffix
You can’t perform that action at this time.
0 commit comments