Skip to content

feat: added workflow for syncing branches #77

feat: added workflow for syncing branches

feat: added workflow for syncing branches #77

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