Skip to content

feat: allow custom submit and adding event handlers (#23) #66

feat: allow custom submit and adding event handlers (#23)

feat: allow custom submit and adding event handlers (#23) #66

Workflow file for this run

name: Build and lint
on:
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Use Node.js 16
uses: actions/setup-node@v2
with:
node-version: 16.15.1
- name: Install dependencies
run: yarn install --frozen-lock-file
- name: Build, lint and Type check
run: yarn build