From 08f8138e05a038c1cdec3fb0a41102839b011a14 Mon Sep 17 00:00:00 2001 From: Roberto Alsina Date: Wed, 28 Aug 2024 18:42:21 -0300 Subject: [PATCH] fix: ameba --- Hacefile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Hacefile.yml b/Hacefile.yml index 359ae4c..838b689 100644 --- a/Hacefile.yml +++ b/Hacefile.yml @@ -67,7 +67,7 @@ tasks: - shard.yml commands: | crystal tool format src/*.cr spec/*.cr - bin/ameba --fix + ameba --fix always_run: true phony: true