From e9185a0fb033d459e3b45aba3f99ff7532b5f3d8 Mon Sep 17 00:00:00 2001 From: Lucas Colombo Date: Sun, 26 May 2024 04:04:05 -0300 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A7=B9=20add=20fmt+lint=20task?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Taskfile.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Taskfile.yaml b/Taskfile.yaml index 8c24fc8..a08670e 100644 --- a/Taskfile.yaml +++ b/Taskfile.yaml @@ -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: