Skip to content

Commit 97ebbf3

Browse files
committed
Expand
1 parent 90b8389 commit 97ebbf3

File tree

3 files changed

+109
-18
lines changed

3 files changed

+109
-18
lines changed

.github/workflows/build-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
COVERAGE: true
3636
FLAKEY: false
3737
# Not using `npm test` since it rebuilds source which npm ci has already done
38-
run: npm run test:vitest
38+
run: npm run oxlint && npm run test:vitest
3939
- name: Coveralls GitHub Action
4040
uses: coverallsapp/[email protected]
4141
timeout-minutes: 2

package-lock.json

+107-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@
227227
"microbundle": "^0.15.1",
228228
"mocha": "^11.0.0",
229229
"npm-run-all2": "^7.0.0",
230-
"oxlint": "^0.14.0",
230+
"oxlint": "^0.15.12",
231231
"preact-render-to-string": "^6.5.0",
232232
"prop-types": "^15.8.1",
233233
"sade": "^1.8.1",

0 commit comments

Comments
 (0)