Skip to content

refactor: split /api/request into focused modules, add tests, add analytics #3

refactor: split /api/request into focused modules, add tests, add analytics

refactor: split /api/request into focused modules, add tests, add analytics #3

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
jobs:
lint:
name: Install & Lint
runs-on: ubuntu-latest
timeout-minutes: 5
env:
NEXT_TELEMETRY_DISABLED: 1
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
cache: npm
- run: corepack enable npm
- run: npm ci
- run: npm run lint