Skip to content

Commit

Permalink
chore: sort deps
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisGorbachev committed Aug 24, 2024
1 parent 9dc0fa5 commit c81d18c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ npm install --global \
@commitlint/[email protected]

cargo install --git https://github.com/DenisGorbachev/cargo-doc2readme --branch dev
cargo install cargo-machete
cargo install cargo-machete --locked
cargo install cargo-hack --locked
cargo install cargo-sort --locked

# Install yj
curl -L https://github.com/sclevine/yj/releases/download/v5.1.0/yj-linux-amd64 -o /tmp/yj
Expand Down
2 changes: 2 additions & 0 deletions lefthook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ pre-commit:
run: remark --ignore-path .gitignore --quiet --frail --no-stdout .
test-docs:
run: cargo test --doc
sort-deps:
run: cargo sort
lint-deps:
run: cargo machete --with-metadata
commit-msg:
Expand Down

0 comments on commit c81d18c

Please sign in to comment.