Skip to content

Merge pull request #9 from ScrapeGraphAI/feat/custom-api-url #37

Merge pull request #9 from ScrapeGraphAI/feat/custom-api-url

Merge pull request #9 from ScrapeGraphAI/feat/custom-api-url #37

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