Skip to content

fix: don't transform textarea with checkboxes into array #192

fix: don't transform textarea with checkboxes into array

fix: don't transform textarea with checkboxes into array #192

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
types:
- opened
- synchronize
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: '24'
- run: npm ci
- run: npm run build
- run: npm test