Skip to content

Commit

Permalink
ci: add Deno dnt check (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
nekowinston authored Jan 2, 2024
1 parent 7a22664 commit 71ca10d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:

- uses: nekowinston/setup-deno@v1

- uses: actions/setup-node@v4
with:
node-version: "lts/*"

- name: Check
run: deno check **/*.ts

Expand All @@ -23,3 +27,6 @@ jobs:

- name: Test
run: deno test --doc

- name: Test Deno dnt
run: deno task build:npm

0 comments on commit 71ca10d

Please sign in to comment.