Skip to content

Modernize UI

Modernize UI #2

Workflow file for this run

name: typecheck
on: [push, pull_request]
jobs:
typecheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v4
with:
node-version: '22'
- run: npm install
- run: npm run typecheck