Skip to content

feat: react component #1

feat: react component

feat: react component #1

Workflow file for this run

name: Build & test affected
on:
pull_request:
branches: [ "main" ]
jobs:
status-checks:
name: Build & test affected
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Build & test affected
run: yarn lerna run build,lint --since=origin/main