Skip to content

Commit d88246c

Browse files
committed
add lint step
1 parent 95f1c0a commit d88246c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,6 @@ jobs:
3636

3737
- name: Test
3838
run: pnpm test
39+
40+
- name: Lint
41+
run: pnpm lint

0 commit comments

Comments
 (0)