Skip to content

feat: add a type button to each button to prevent submition forms #46

feat: add a type button to each button to prevent submition forms

feat: add a type button to each button to prevent submition forms #46

Workflow file for this run

name: CI
on:
push:
branches:
- '**'
pull_request:
branches:
- '**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: 16.x
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Lint,format,test and Build
run: yarn ci