We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35352c0 commit 7ace79eCopy full SHA for 7ace79e
1 file changed
.github/workflows/nodejs.yml
@@ -75,6 +75,9 @@ jobs:
75
cache: true
76
run-install: true
77
78
+ - name: Run lint
79
+ run: vite run lint
80
+
81
- name: Run tests
82
run: vite run ci
83
0 commit comments