Skip to content

chore(deps): bump the all-npm group across 1 directory with 16 updates #61

chore(deps): bump the all-npm group across 1 directory with 16 updates

chore(deps): bump the all-npm group across 1 directory with 16 updates #61

Workflow file for this run

name: Quality Check
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: oven-sh/setup-bun@v2
- name: Install dependencies
run: bun install --frozen-lockfile
if: github.actor != 'dependabot[bot]'
- name: Install dependencies (Dependabot)
run: bun install
if: github.actor == 'dependabot[bot]'
- name: Lint
run: bun run lint
- name: Typecheck
run: bun run typecheck
- name: Test
run: bun test
env:
DATABASE_URL: postgresql://ci:ci@localhost:5432/ci
TYPESENSE_API_KEY: ci
NEXT_PUBLIC_MAPBOX_TOKEN: pk.ci