Skip to content

ALL-6466: polygon amoy (v1) #397

ALL-6466: polygon amoy (v1)

ALL-6466: polygon amoy (v1) #397

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