Skip to content

Commit 5ecd651

Browse files
authored
Merge branch 'main' into dependabot/cargo/non-critical-8bdbcef3a2
2 parents e73ec91 + e4627ee commit 5ecd651

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v5
1515
- uses: dtolnay/rust-toolchain@stable
16+
with:
17+
components: rustfmt, clippy
1618
- uses: Swatinem/rust-cache@v2
1719
- run: cargo fmt --check
1820
- run: cargo clippy --all-targets --all-features -- --no-deps

0 commit comments

Comments
 (0)