We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d167fbc commit e4627eeCopy full SHA for e4627ee
1 file changed
.github/workflows/ci.yml
@@ -13,6 +13,8 @@ jobs:
13
steps:
14
- uses: actions/checkout@v5
15
- uses: dtolnay/rust-toolchain@stable
16
+ with:
17
+ components: rustfmt, clippy
18
- uses: Swatinem/rust-cache@v2
19
- run: cargo fmt --check
20
- run: cargo clippy --all-targets --all-features -- --no-deps
0 commit comments