We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d42d3c9 commit 22feb71Copy full SHA for 22feb71
.github/workflows/deno.yml
@@ -32,6 +32,7 @@ jobs:
32
run: deno coverage cov
33
34
- name: Format
35
+ if: matrix.os != 'windows-2019'
36
run: deno fmt --check
37
38
- name: Lint
0 commit comments