fix: Switch to biome & vitest (#726)

This commit is contained in:
Nerivec
2025-03-23 21:30:14 +01:00
committed by GitHub
parent 44c5bbcc1c
commit 94b76a910a
48 changed files with 1762 additions and 4075 deletions

View File

@@ -27,10 +27,7 @@ jobs:
run: pnpm run build
- name: Lint
run: |
pnpm run format:check
pnpm run eslint
run: pnpm run check
- name: Test
# NOTE: see jest.config.ts `collectCoverageFrom`
run: pnpm run coverage
run: pnpm run test:coverage

View File

@@ -34,7 +34,7 @@ jobs:
script: |
const {concatCaCerts} = await import("${{ github.workspace }}/dist/ghw_concat_cacerts.js")
await concatCaCerts(github, core, context)
concatCaCerts(github, core, context)
- name: Commit changes
run: |