Skip to content

Commit

Permalink
feat: updated github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-oloughlin committed Nov 15, 2023
1 parent 0fab103 commit 7951b33
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,13 @@ jobs:
deno-version: v1.x

- name: Check Types
run: deno check --unstable mod.ts
run: deno check --unstable _index.ts

- name: Check formatting
run: deno fmt --check

- name: Run linter
run: deno lint
run: deno lint --unstable

- name: Run Tests
run: deno test -A --unstable

0 comments on commit 7951b33

Please sign in to comment.