Skip to content

fix: Extends object = object instead of never (#211) #240

fix: Extends object = object instead of never (#211)

fix: Extends object = object instead of never (#211) #240

Workflow file for this run

name: CI
on:
push:
branches:
- "main"
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8
- run: |
pnpm install
# pnpm build
# pnpm test
# pnpm publint
- name: Type check
run: pnpm typecheck
- name: Test
run: pnpm test
Lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- uses: biomejs/setup-biome@4c91541eaada48f67d7dbd7833600ce162b68f51 # v2
- run: biome ci .