Skip to content

Remove lint configuration #46

Remove lint configuration

Remove lint configuration #46

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6.0.2
- uses: oven-sh/setup-bun@v2.2.0
with:
bun-version: 1.3.1
- run: bun install
- run: bun --version
- run: bun run check
- run: bun run build
- run: bun run test
env:
FIRECRAWL_API_KEY: test
LINEAR_API_KEY: test