Skip to content

Commit

Permalink
chore: ignore formating checks on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
icyleaf committed May 18, 2024
1 parent 274e017 commit b178871
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- {os: windows-latest}
runs-on: ${{matrix.os}}

name: Crystal ${{ matrix.crystal }} specs
name: Crystal ${{ matrix.crystal }} specs on ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@master
Expand All @@ -43,6 +43,7 @@ jobs:
run: crystal spec --error-on-warnings --error-trace

- name: Run formatting checks
if: matrix.os != 'windows-latest'
run: |
if ! crystal tool format --check; then
crystal tool format
Expand Down

0 comments on commit b178871

Please sign in to comment.