We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 574131c commit 4a0bd0eCopy full SHA for 4a0bd0e
.github/workflows/test.yml
@@ -151,6 +151,9 @@ jobs:
151
- name: Format check
152
run: vite run fmt:check
153
154
+ - name: Lint check
155
+ run: vite run lint
156
+
157
- name: Unit tests
158
run: vite run test
159
README.md
@@ -141,7 +141,6 @@ jobs:
141
- uses: voidzero-dev/setup-vite-plus-action@v1
142
with:
143
cache: true
144
- run-install: true
145
146
- run: vite run build
147
0 commit comments