Skip to content

Commit 2ac20f7

Browse files
committed
Fix: Workshop fmt toolchain
1 parent 5996e6a commit 2ac20f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/clippy.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ jobs:
1414
- uses: actions-rs/toolchain@v1
1515
with:
1616
profile: minimal
17-
toolchain: stable
17+
toolchain: nightly
1818
override: true
1919
- run: rustup component add rustfmt
2020
- uses: actions-rs/cargo@v1
2121
with:
2222
command: fmt
2323
args: --all -- --check
24-
24+
2525
leptosfmt:
2626
runs-on: ubuntu-22.04
2727
steps:
@@ -47,7 +47,7 @@ jobs:
4747
run: leptosfmt --check .
4848

4949
clippy:
50-
needs: [ fmt, leptosfmt ]
50+
needs: [fmt, leptosfmt]
5151
runs-on: ubuntu-22.04
5252
steps:
5353
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)