Skip to content

fix: updateConfig form id update (#218) #644

fix: updateConfig form id update (#218)

fix: updateConfig form id update (#218) #644

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: 16
- run: npm install -g pnpm
- run: pnpm install --no-frozen-lockfile
- run: pnpm build
- run: pnpm lint
- run: pnpm test