Fix 'Fix lint' GHA (#18136)
c.f. #18121 --------- Co-authored-by: Quentin Gliech <quenting@element.io>
This commit is contained in:
parent
b8a333004a
commit
5b03265cfb
2
.github/workflows/fix_lint.yaml
vendored
2
.github/workflows/fix_lint.yaml
vendored
@ -21,7 +21,7 @@ jobs:
|
|||||||
# We use nightly so that `fmt` correctly groups together imports, and
|
# We use nightly so that `fmt` correctly groups together imports, and
|
||||||
# clippy correctly fixes up the benchmarks.
|
# clippy correctly fixes up the benchmarks.
|
||||||
toolchain: nightly-2022-12-01
|
toolchain: nightly-2022-12-01
|
||||||
components: rustfmt
|
components: clippy, rustfmt
|
||||||
- uses: Swatinem/rust-cache@v2
|
- uses: Swatinem/rust-cache@v2
|
||||||
|
|
||||||
- name: Setup Poetry
|
- name: Setup Poetry
|
||||||
|
|||||||
1
changelog.d/18136.misc
Normal file
1
changelog.d/18136.misc
Normal file
@ -0,0 +1 @@
|
|||||||
|
Fix the 'Fix linting' GitHub Actions workflow.
|
||||||
Loading…
Reference in New Issue
Block a user