Skip to content

Commit

Permalink
chore: check entire project in ci (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
deer authored Jan 21, 2024
1 parent 9e80da2 commit 072dfa7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
- name: Run lint
run: |
deno lint
- name: Check mod.ts
- name: Check project
run: |
deno check mod.ts
deno task check:types
- name: Run tests
run: |
deno task test

0 comments on commit 072dfa7

Please sign in to comment.