Skip to content

feat(form-runtime): markdown block input #258

feat(form-runtime): markdown block input

feat(form-runtime): markdown block input #258

Workflow file for this run

name: Build and Test
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
cache: "npm"
- run: npm ci
- name: Build and Test
run: npm run build && npm run test