Skip to content

Commit 54d7f21

Browse files
authored
chore(ci): check rustfmt with nightly toolchain
Some of our rustfmt rules aren't stable yet. Thus our rustfmt CI check should run on nightly. Pull-Request: #5743.
1 parent df85cff commit 54d7f21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ jobs:
317317
steps:
318318
- uses: actions/checkout@v4
319319

320-
- uses: dtolnay/rust-toolchain@stable
320+
- uses: dtolnay/rust-toolchain@nightly
321321
with:
322322
components: rustfmt
323323

0 commit comments

Comments
 (0)