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