Skip to content

Refactor submit button in ConformValueDemoPage #303

Refactor submit button in ConformValueDemoPage

Refactor submit button in ConformValueDemoPage #303

Workflow file for this run

name: build and unit tests
on:
- push
- pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
version: 8.15.3
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'pnpm'
- run: pnpm install
- name: Run tests
run: |
pnpm build
pnpm validate