Skip to content

Fix/max pages per crawl #38

Fix/max pages per crawl

Fix/max pages per crawl #38

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