Skip to content

Commit

Permalink
Use deno tasks for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
catuhana committed Feb 23, 2024
1 parent a7a0d5e commit 75d80b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ jobs:
deno-version: 1.x

- name: Check format
run: deno fmt --check
run: deno task lint:fmt

- name: Check lint
run: deno lint
run: deno task lint

- name: Run tests
run: deno task test

0 comments on commit 75d80b5

Please sign in to comment.