chore: 🧹 add fmt+lint task

This commit is contained in:
Lucas Colombo 2024-05-26 04:04:05 -03:00
parent 6eb6844cd9
commit e9185a0fb0
Signed by: lucas
GPG Key ID: EF34786CFEFFAE35

View File

@ -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: