Skip to content

Commit 4a0bd0e

Browse files
committed
test: run lint
1 parent 574131c commit 4a0bd0e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,9 @@ jobs:
151151
- name: Format check
152152
run: vite run fmt:check
153153

154+
- name: Lint check
155+
run: vite run lint
156+
154157
- name: Unit tests
155158
run: vite run test
156159

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ jobs:
141141
- uses: voidzero-dev/setup-vite-plus-action@v1
142142
with:
143143
cache: true
144-
run-install: true
145144
146145
- run: vite run build
147146

0 commit comments

Comments
 (0)