Skip to content

fix: lint and added github actions #1

fix: lint and added github actions

fix: lint and added github actions #1

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 build
- name: lint
run: yarn lint