Skip to content

feat(core): create Linear issues for human review findings (BRIX-1688) #188

feat(core): create Linear issues for human review findings (BRIX-1688)

feat(core): create Linear issues for human review findings (BRIX-1688) #188

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- uses: oven-sh/setup-bun@v2
with:
bun-version: 1.3.9
- run: bun install --frozen-lockfile
- run: bun test
- run: bun run typecheck
- run: bun run build