Skip to content

Feat/svelte-form

Feat/svelte-form #228

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