Skip to content

Commit 8cb5df9

Browse files
committed
ci: add linting to workflow
1 parent 2c34fd4 commit 8cb5df9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,5 @@ jobs:
2929
run: pnpm vitest run
3030
- name: Run type checks
3131
run: pnpm vue-tsc --noEmit
32+
- name: Run linting
33+
run: pnpm lint

0 commit comments

Comments
 (0)