Skip to content

Commit

Permalink
chore: update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jul 29, 2024
1 parent dde9f50 commit 0cebf97
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,10 @@ jobs:
- name: Install
run: nci

- run: nr typecheck

- name: Lint
run: nr lint --if-present
run: nr lint

- name: Test
run: nr test --if-present
run: nr test

0 comments on commit 0cebf97

Please sign in to comment.