chore: 🧹 add fmt+lint task
This commit is contained in:
parent
6eb6844cd9
commit
e9185a0fb0
@ -49,6 +49,13 @@ tasks:
|
||||
cmds:
|
||||
- cargo clippy --all-features --allow-staged
|
||||
|
||||
fmt+lint:
|
||||
desc: 🎨🧶 format and lint rustler
|
||||
cmds:
|
||||
- task fmt
|
||||
- git add .
|
||||
- task lint
|
||||
|
||||
test:
|
||||
desc: 🧪 test lool
|
||||
cmds:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user