Skip to content

feat: added workflow for syncing branches #74

feat: added workflow for syncing branches

feat: added workflow for syncing branches #74

Workflow file for this run

name: CI
on: pull_request
jobs:
build:
name: Yarn build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: borales/actions-yarn@v3.0.0
with:
cmd: install # will run `yarn install` command
- uses: borales/actions-yarn@v3.0.0
with:
cmd: build # will run `yarn build` command