Skip to content

Commit

Permalink
use nightly fmt in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
SkymanOne committed Jan 31, 2024
1 parent 1b0d1bf commit 0f6043f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
- run: cargo clippy --workspace --all-targets --all-features
- run: cargo fmt --check --all
- run: cargo +nightly fmt --check --all
- run: cargo doc --workspace --no-deps

0 comments on commit 0f6043f

Please sign in to comment.