Skip to content

Update to JSON Forms 3.7 #27

Update to JSON Forms 3.7

Update to JSON Forms 3.7 #27

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@v6
- uses: actions/setup-node@v6
with:
node-version: 22
- run: npm ci
- run: npm run lint
- run: npm run build
- run: npm run test