Skip to content

Merge branch 'main' into feature/add_ts_parser #37

Merge branch 'main' into feature/add_ts_parser

Merge branch 'main' into feature/add_ts_parser #37

Workflow file for this run

name: Build test
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup pnpm
uses: ./.github/actions/setup/pnpm
- name: Build packages
run: pnpm run build