Skip to content

Update to JSON Forms 3.4.0 #12

Update to JSON Forms 3.4.0

Update to JSON Forms 3.4.0 #12

Workflow file for this run

name: Build & Test
on:
push:
branches:
- master
pull_request:
permissions:
contents: read
jobs:
main:
name: Main
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm ci
- run: npm run lint
- run: npm run build
- run: npm run cypress:ci