Skip to content

Check download URLs #651

Check download URLs

Check download URLs #651

Workflow file for this run

name: Check download URLs
on:
schedule:
# Runs every day at 19:30
- cron: '30 19 * * *'
jobs:
check-urls:
name: Check file URLs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm install
- run: npm run test:urls