mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
chore(just): add just lint to just ready
This commit is contained in:
parent
012516a777
commit
c16f858ae8
1 changed files with 1 additions and 0 deletions
1
justfile
1
justfile
|
|
@ -30,6 +30,7 @@ new-rule name:
|
|||
ready:
|
||||
git diff --exit-code --quiet
|
||||
typos
|
||||
just lint
|
||||
just test
|
||||
cargo coverage
|
||||
git status
|
||||
|
|
|
|||
Loading…
Reference in a new issue