Skip to content

Merge branch 'master' of github.com:Molaryy/bective #11

Merge branch 'master' of github.com:Molaryy/bective

Merge branch 'master' of github.com:Molaryy/bective #11

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
lint:
needs: [build]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: lint
run: |
yarn install
yarn lint