Skip to content

fix: properly end requests in progress when reaching maxPagesPerCrawl #40

fix: properly end requests in progress when reaching maxPagesPerCrawl

fix: properly end requests in progress when reaching maxPagesPerCrawl #40

Workflow file for this run

name: Check
on:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
- run: npm install -ws
- run: npm run lint -ws