Skip to content

WIP check Github tests #1

WIP check Github tests

WIP check Github tests #1

Workflow file for this run

name: Typechecker & DME Tests
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
- run: yarn test