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