ci: add Deno dnt check (#64)

This commit is contained in:
winston 2024-01-02 21:22:05 +01:00 committed by GitHub
parent 7a22664ee6
commit 71ca10d24b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -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
@ -23,3 +27,6 @@ jobs:
- name: Test
run: deno test --doc
- name: Test Deno dnt
run: deno task build:npm