mirror of
https://github.com/Koenkk/zigbee-OTA.git
synced 2026-08-22 22:26:23 +00:00
fix: Switch to biome & vitest (#726)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user