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