Skip to content

Commit

Permalink
add check in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sylc committed Apr 21, 2024
1 parent 448759d commit 6bb1e42
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@ jobs:
- name: fmt
run: deno fmt --check

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

- name: Run Test files in the repository
run: |
deno test -A
run: deno test -A

- run: echo "🍏 This job's status is ${{ job.status }}."

0 comments on commit 6bb1e42

Please sign in to comment.