Skip to content

Merge branch 'main' into feature/disable_exactOptionalPropertyTypes #9

Merge branch 'main' into feature/disable_exactOptionalPropertyTypes

Merge branch 'main' into feature/disable_exactOptionalPropertyTypes #9

Workflow file for this run

name: Build test
on:
push:
branches-ignore:
- main
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