We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5996e6a commit 2ac20f7Copy full SHA for 2ac20f7
.github/workflows/clippy.yml
@@ -14,14 +14,14 @@ jobs:
14
- uses: actions-rs/toolchain@v1
15
with:
16
profile: minimal
17
- toolchain: stable
+ toolchain: nightly
18
override: true
19
- run: rustup component add rustfmt
20
- uses: actions-rs/cargo@v1
21
22
command: fmt
23
args: --all -- --check
24
-
+
25
leptosfmt:
26
runs-on: ubuntu-22.04
27
steps:
@@ -47,7 +47,7 @@ jobs:
47
run: leptosfmt --check .
48
49
clippy:
50
- needs: [ fmt, leptosfmt ]
+ needs: [fmt, leptosfmt]
51
52
53
- uses: actions/checkout@v2
0 commit comments