Skip to content

WIP implement IBIS1 starter #26

WIP implement IBIS1 starter

WIP implement IBIS1 starter #26

name: Typechecker
on:
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Enable Corepack
run: corepack enable
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
cache: 'yarn'
- run: yarn
- run: yarn exec tsc --noemit