Skip to content

Improve form submission handling by using form reference and resettin… #19

Improve form submission handling by using form reference and resettin…

Improve form submission handling by using form reference and resettin… #19

Workflow file for this run

name: Test
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
test:
name: Run Tests
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Setup pnpm
uses: pnpm/action-setup@v4
- name: Setup Node.js 22
uses: actions/setup-node@v4
with:
node-version: 22
- name: Install Dependencies
run: pnpm i
- name: Run Tests
run: pnpm test