Skip to content

fix: generate types from directory sets (#15) #16

fix: generate types from directory sets (#15)

fix: generate types from directory sets (#15) #16

Workflow file for this run

name: check
on:
push:
branches: [main]
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v7
with:
node-version: 26
cache: npm
- run: npm ci
- run: npm run lint:ci
- run: npm run typecheck
- run: npm test