From 3ee5b15bac03465aeb58daba1843e79d5b6be89e Mon Sep 17 00:00:00 2001 From: Alberto Restifo Date: Sun, 19 Apr 2020 13:53:15 +0200 Subject: [PATCH] Fix lint stage --- .build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.build.yml b/.build.yml index a9be8c8..b542f83 100644 --- a/.build.yml +++ b/.build.yml @@ -9,7 +9,7 @@ sources: tasks: - lint: | cd crystal-cbor - crystal tool format --chec + crystal tool format --check - test: | cd crystal-cbor crystal spec