Skip to content

FIX: issue with common type data on collection item deletion + collection initial values clean after reset (#231) #699

FIX: issue with common type data on collection item deletion + collection initial values clean after reset (#231)

FIX: issue with common type data on collection item deletion + collection initial values clean after reset (#231) #699

Workflow file for this run

name: Formiz Test
on:
pull_request:
push:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 18
- run: npm install -g pnpm
- run: pnpm install --no-frozen-lockfile
- run: pnpm build
- run: pnpm lint
- run: pnpm test