Skip to content

Configure Renovate #322

Configure Renovate

Configure Renovate #322

Workflow file for this run

name: Build
on:
pull_request:
types: [edited, opened, reopened, synchronize]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/[email protected]
with:
node-version: '12.x'
- run: yarn install
- run: yarn build