Skip to content

refactor: migrate to commander-js extra-typings #427

refactor: migrate to commander-js extra-typings

refactor: migrate to commander-js extra-typings #427

Workflow file for this run

name: Typecheck
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
typecheck:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version-file: ".node-version"
cache: "npm"
- name: Install dependencies
run: npm ci
- name: Run typecheck
run: npm run typecheck