Skip to content

Merge pull request #1526 from reynn/patch-2 #3824

Merge pull request #1526 from reynn/patch-2

Merge pull request #1526 from reynn/patch-2 #3824

Workflow file for this run

name: Validate Scrapers
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
validate:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '14.x'
- run: cd ./validator && yarn install --frozen-lockfile
- run: node ./validate.js --ci