Skip to content

Migrate to @diffbot/typescript's runtime-neutral ontology/token APIs #6

Migrate to @diffbot/typescript's runtime-neutral ontology/token APIs

Migrate to @diffbot/typescript's runtime-neutral ontology/token APIs #6

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
jobs:
typecheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
with:
node-version: 22
cache: npm
- run: npm ci
- run: npm run typecheck