From c7b2f2ccab5931d855d727d40d379f263caeeb3a Mon Sep 17 00:00:00 2001 From: Samantaz Fox Date: Tue, 5 Nov 2024 16:49:19 +0000 Subject: [PATCH] Apply suggestion from code review Co-authored-by: syeopite <70992037+syeopite@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 17c3f712..dd472d1a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -154,7 +154,7 @@ jobs: shards install fi - - name: Run Crystal linter + - name: Check Crystal formatter compliance run: | if ! crystal tool format --check; then crystal tool format