diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 757d7cc9..2b735a30 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -15,3 +15,5 @@ jobs: - uses: actions/checkout@v3 - name: Run tests run: crystal spec tests/main.cr + - name: Check formatting + run: crystal tool format --check