Skip to content

feat(tern-cli): migrate scaffolding UX to Ink and normalize framework templates #60

feat(tern-cli): migrate scaffolding UX to Ink and normalize framework templates

feat(tern-cli): migrate scaffolding UX to Ink and normalize framework templates #60

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
typecheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm ci
- run: npm run typecheck