Skip to content

Commit

Permalink
ci(test): Run other tests
Browse files Browse the repository at this point in the history
To clean code and workable.
  • Loading branch information
5ouma committed Jun 12, 2024
1 parent c2a7fb9 commit b98a6d4
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,14 @@ jobs:
with:
deno-version: v1.x

- name: 🧪 Test Libraries
- name: 🧪 Run Tests
run: deno task test

- name: 🧹 Lint Check
run: deno lint

- name: 📝 Format Check
run: deno fmt --check

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

0 comments on commit b98a6d4

Please sign in to comment.