Skip to content

feat(linear): add Linear integration via LINEAR_API_KEY #93

feat(linear): add Linear integration via LINEAR_API_KEY

feat(linear): add Linear integration via LINEAR_API_KEY #93

Workflow file for this run

name: CI
on:
pull_request:
push:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- uses: oven-sh/setup-bun@v2
- run: bun install --frozen-lockfile
- run: bun run lint
- run: bun run typecheck
- run: bun test