Skip to content

1.0.0

1.0.0 #4

Workflow file for this run

name: CI
on: [push, pull_request]
permissions:
contents: read
jobs:
typecheck:
runs-on: ubuntu-slim
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
- run: npm ci
- run: npm run typecheck