Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ alias r := ready

init:
cargo binstall watchexec-cli cargo-insta typos-cli cargo-shear@1.11.1 taplo-cli -y
pnpm install

ready:
git diff --exit-code --quiet
Expand Down Expand Up @@ -39,6 +40,7 @@ test:

lint:
cargo clippy --workspace --all-targets --all-features -- --deny warnings
pnpm oxlint

lint-linux:
cargo-zigbuild clippy --workspace --all-targets --all-features --target x86_64-unknown-linux-gnu -- --deny warnings
Expand Down