Skip to content

Commit

Permalink
ci: add build step
Browse files Browse the repository at this point in the history
  • Loading branch information
so1ve committed Sep 20, 2023
1 parent 99fc86a commit 4c33a74
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ jobs:
- name: Install
run: nci

- name: Build
run: nr build

- name: Typecheck
run: nr typecheck

Expand Down

0 comments on commit 4c33a74

Please sign in to comment.