From 261a141dbb4da7996445719f9c359e7d1d4255c3 Mon Sep 17 00:00:00 2001 From: etiennebacher Date: Thu, 23 Jan 2025 16:02:03 +0100 Subject: [PATCH] do not --check in task --- Taskfile.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Taskfile.yml b/Taskfile.yml index dd771be1..f6ec227b 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -173,5 +173,5 @@ tasks: deps: - install-air cmds: - - air format . --check - - cargo fmt --all --check --manifest-path src/rust/Cargo.toml + - air format . + - cargo fmt --all --manifest-path src/rust/Cargo.toml