Skip to content

feat(ci): multi-platform release matrix for macOS/Linux/Windows #2

feat(ci): multi-platform release matrix for macOS/Linux/Windows

feat(ci): multi-platform release matrix for macOS/Linux/Windows #2

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
check:
name: Lint, type-check, test & build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
- run: pnpm turbo lint typecheck test build --filter=@openconcho/web