Skip to content

chore: update build workflow #1

chore: update build workflow

chore: update build workflow #1

Workflow file for this run

name: build
on:
- push
- pull_request
- workflow_dispatch
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: '16'
cache: 'yarn'
- name: Build
run: |
yarn install
yarn run lint
yarn run build