Skip to content

Commit c81d18c

Browse files
chore: sort deps
1 parent 9dc0fa5 commit c81d18c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

install.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ npm install --global \
1010
@commitlint/[email protected]
1111

1212
cargo install --git https://github.com/DenisGorbachev/cargo-doc2readme --branch dev
13-
cargo install cargo-machete
13+
cargo install cargo-machete --locked
1414
cargo install cargo-hack --locked
15+
cargo install cargo-sort --locked
1516

1617
# Install yj
1718
curl -L https://github.com/sclevine/yj/releases/download/v5.1.0/yj-linux-amd64 -o /tmp/yj

lefthook.yml

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ pre-commit:
1919
run: remark --ignore-path .gitignore --quiet --frail --no-stdout .
2020
test-docs:
2121
run: cargo test --doc
22+
sort-deps:
23+
run: cargo sort
2224
lint-deps:
2325
run: cargo machete --with-metadata
2426
commit-msg:

0 commit comments

Comments
 (0)