Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

stop propagation of form submit event #33

stop propagation of form submit event

stop propagation of form submit event #33

Workflow file for this run

name: CI
on:
push:
branches:
- "**"
pull_request:
branches:
- "**"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8.6.12
- uses: actions/setup-node@v3
with:
node-version: 18.16.0
cache: "pnpm"
- run: pnpm install --frozen-lockfile
- run: pnpm run ci