Skip to content

Element accept optional rectangle #4908

Element accept optional rectangle

Element accept optional rectangle #4908

Workflow file for this run

name: Integrate
on:
push:
branches:
- main
pull_request:
branches:
- "*"
merge_group:
types: [checks_requested]
concurrency:
group: integrate-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
name: Build
strategy:
matrix:
os: [ubuntu-latest, windows-2019]
node: [18, 20]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
cache: yarn
- run: yarn install --immutable
- run: yarn dedupe --check
- run: yarn build --quiet
- run: yarn test
- run: yarn extract --quiet