Skip to content

ALL-10473: add sonic; kaia #406

ALL-10473: add sonic; kaia

ALL-10473: add sonic; kaia #406

Workflow file for this run

name: Pull request
on:
pull_request:
branches:
- v1
jobs:
build:
name: πŸ—οΈ Install and build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
- run: yarn install
- run: yarn build
- run: yarn lint