Skip to content

Commit

Permalink
Fix ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
ndaidong committed Jun 22, 2024
1 parent 8785756 commit 9aaa164
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@ jobs:
uses: denoland/setup-deno@v1
with:
deno-version: ${{ matrix.deno-version }}
- name: lint & test
- name: format check
run: deno fmt --check
- name: run linter
run: deno lint
- name: run test
run: deno test --allow-all --coverage=cov/

- name: Generate coverage report
Expand Down

0 comments on commit 9aaa164

Please sign in to comment.