Skip to content

Support array types in fields #40

Support array types in fields

Support array types in fields #40

Workflow file for this run

name: Build
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/pnpm-install
with:
target: '.'
- name: Lint
run: pnpm lint
- name: Test
run: pnpm test
- name: Build
run: pnpm publish:prepare
- name: Build docs
run: pnpm docs:build