Skip to content

Commit 2779982

Browse files
committed
add dprint check in ci
1 parent 7ebb649 commit 2779982

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,11 @@ jobs:
7171
with:
7272
save-cache: ${{ github.ref_name == 'main' }}
7373
cache-key: lint
74-
tools: cargo-shear
74+
tools: dprint,cargo-shear
7575
components: clippy rust-docs rustfmt
7676

7777
- run: |
78+
dprint check
7879
cargo shear
7980
cargo fmt --check
8081
# cargo clippy --all-targets --all-features -- -D warnings

0 commit comments

Comments
 (0)