Skip to content

add support for the built-in colors #983

add support for the built-in colors

add support for the built-in colors #983

Workflow file for this run

name: ci
on:
push:
branches-ignore: ["ci"]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16.x
- uses: pnpm/action-setup@v2
- run: pnpm install --frozen-lockfile
- run: pnpm -C compiler clean
- run: pnpm -C compiler/test exec tsc #typecheck tests
- run: pnpm -C compiler coverage