Skip to content

Commit 22feb71

Browse files
committed
remove fmt check for windows
1 parent d42d3c9 commit 22feb71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deno.yml

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
run: deno coverage cov
3333

3434
- name: Format
35+
if: matrix.os != 'windows-2019'
3536
run: deno fmt --check
3637

3738
- name: Lint

0 commit comments

Comments
 (0)