Skip to content

feat(CI): run checks on monorepo packages with Lerna #16

feat(CI): run checks on monorepo packages with Lerna

feat(CI): run checks on monorepo packages with Lerna #16

Workflow file for this run

name: "Pull request"
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Setup environment
uses: ./.github/actions/setup-env
- name: Build all packages
run: bun run build
- name: Run tests
run: bun run test