Skip to content

fix(checkboxes): correctly parse checkboxes when the template is wron… #128

fix(checkboxes): correctly parse checkboxes when the template is wron…

fix(checkboxes): correctly parse checkboxes when the template is wron… #128

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@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
- run: npm ci
- run: npm run build
- run: npm test