Skip to content

Commit e4627ee

Browse files
authored
Add rustfmt and clippy components to CI workflow (#34)
Signed-off-by: Marek Kaput <marek.kaput@swmansion.com>
1 parent d167fbc commit e4627ee

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)