Skip to content

Add metadata-driven ObjectGridTable and ObjectForm components with automatic field type recognition #337

Add metadata-driven ObjectGridTable and ObjectForm components with automatic field type recognition

Add metadata-driven ObjectGridTable and ObjectForm components with automatic field type recognition #337

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v3
with:
version: 9
- name: Setup Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 20.x
cache: 'pnpm'
- name: Install Dependencies
run: pnpm install
- name: Build
run: pnpm run build
- name: Test
run: pnpm run test