Skip to content

docs: rewrite README with badges, features, download table, and quick… #3

docs: rewrite README with badges, features, download table, and quick…

docs: rewrite README with badges, features, download table, and quick… #3

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