Skip to content

Commit cf8492e

Browse files
committed
ci: build before linting
1 parent 61ca0c1 commit cf8492e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
- name: Install
3030
run: nci
3131

32+
- name: Build
33+
run: nr build
34+
3235
- name: Lint
3336
run: nr lint
3437

@@ -51,6 +54,9 @@ jobs:
5154
- name: Install
5255
run: nci
5356

57+
- name: Build
58+
run: nr build
59+
5460
- name: Typecheck
5561
run: nr typecheck
5662

0 commit comments

Comments
 (0)