Skip to content

added vitest ui to deps #41

added vitest ui to deps

added vitest ui to deps #41

Workflow file for this run

name: CI
on: push
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v4
with:
node-version: 20
cache: "yarn"
- run: yarn install --frozen-lockfile --prefer-offline
- run: yarn format:check
- run: yarn generate:parser
- run: yarn ts:build
- run: yarn test:run