Skip to content

analyze

analyze #1517

Workflow file for this run

name: analyze
on:
schedule:
- cron: "0 0 * * *"
push:
branches:
- main
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "14"
- name: Install dependencies
run: npm ci
- name: Request information about public sites
run: npm run crawl:analyze