Skip to content

Commit

Permalink
ci: re-enable os check for formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
eliassjogreen committed May 22, 2020
1 parent c806be7 commit 4887d6b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,8 @@ jobs:
deno-version: 1.0.1

- run: deno -V
- run: deno fmt --check

- if: matrix.os == 'ubuntu-latest'
run: deno fmt --check

- run: deno test -A --unstable

0 comments on commit 4887d6b

Please sign in to comment.