Skip to content

feat: added continue button and new styles #8

feat: added continue button and new styles

feat: added continue button and new styles #8

name: Bective
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: build
run: |
yarn install
yarn build
- name: lint
run: yarn lint