Skip to content

Commit

Permalink
fix: fix formating, add ci fmt check
Browse files Browse the repository at this point in the history
  • Loading branch information
ronhippler committed Apr 11, 2020
1 parent 0005bc0 commit 60c040b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@ jobs:
- uses: denolib/setup-deno@master
with:
deno-version: 0.40.0
- if: matrix.os == 'ubuntu-latest'
run: deno fmt --check
- run: deno test -A
2 changes: 1 addition & 1 deletion test_deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ export const test = Deno.test;

export {
assertEquals,
assert
assert,
} from "https://deno.land/std@v0.40.0/testing/asserts.ts";

0 comments on commit 60c040b

Please sign in to comment.