Skip to content

sync: main -> develop #85

sync: main -> develop

sync: main -> develop #85

Workflow file for this run

name: Build
on: pull_request
jobs:
build:
name: Yarn build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: borales/[email protected]
with:
cmd: install # will run `yarn install` command
- uses: borales/[email protected]
with:
cmd: build # will run `yarn build` command