Skip to content

Merge branch 'main' of https://github.com/ScrapeGraphAI/just-scrape #27

Merge branch 'main' of https://github.com/ScrapeGraphAI/just-scrape

Merge branch 'main' of https://github.com/ScrapeGraphAI/just-scrape #27

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: bun test
lint:
name: Lint & Typecheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: bun run check