Skip to content

feat: respect robots.txt before fetching pages (#8) #19

feat: respect robots.txt before fetching pages (#8)

feat: respect robots.txt before fetching pages (#8) #19

Workflow file for this run

name: CI
on:
push:
branches: [master]
pull_request:
branches: [master]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20, 22]
steps:
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
env:
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: "1"
- run: npm run build
- run: npm test
- run: node dist/cli.js --help