File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -83,11 +83,10 @@ jobs:
8383 with :
8484 save-cache : ${{ github.ref_name == 'main' }}
8585 cache-key : lint
86- tools : dprint, cargo-shear
86+ tools : cargo-shear
8787 components : clippy rust-docs rustfmt
8888
8989 - run : |
90- dprint check
9190 cargo shear
9291 cargo fmt --check
9392 # cargo clippy --all-targets --all-features -- -D warnings
Load diff This file was deleted.
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ watch *args='':
3636fmt :
3737 cargo shear --fix
3838 cargo fmt --all
39- dprint fmt
39+ pnpm fmt
4040
4141check :
4242 cargo check --workspace --all-features --all-targets --locked
Original file line number Diff line number Diff line change 3333 "vitest" : " catalog:"
3434 },
3535 "lint-staged" : {
36- "*.@(yml|yaml|md|json|html|toml)" : [
37- " dprint fmt --staged"
38- ],
3936 "*.@(js|ts|tsx)" : [
40- " oxlint -- --fix" ,
41- " vite fmt"
37+ " oxlint -- --fix"
4238 ],
4339 "*.rs" : [
4440 " cargo fmt --"
You can’t perform that action at this time.
0 commit comments