Skip to content

Commit 0fe52d2

Browse files
committed
Do not check formatting on Windows
1 parent e65c1f3 commit 0fe52d2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,5 @@ jobs:
4040
done
4141
4242
- name: Check formatting
43+
if: runner.os != 'Windows'
4344
run: crystal tool format --check

0 commit comments

Comments
 (0)