Skip to content

Prefer bulk ZIP downloads over individual file crawling (#44) #332

Prefer bulk ZIP downloads over individual file crawling (#44)

Prefer bulk ZIP downloads over individual file crawling (#44) #332

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '22'
cache: 'npm'
- run: npm ci
- run: npx tsc --noEmit
- run: npm run build
- run: npx vitest run