Skip to content

checks

checks #170

Workflow file for this run

name: checks
on:
schedule:
# Run every Friday
# ┌───────────── minute (0 - 59)
# │ ┌───────────── hour (0 - 23)
# │ │ ┌───────────── day of the month (1 - 31)
# │ │ │ ┌───────────── month (1 - 12 or JAN-DEC)
# │ │ │ │ ┌───────────── day of the week (0 - 6 or SUN-SAT)
# │ │ │ │ │
# │ │ │ │ │
# │ │ │ │ │
# * * * * *
- cron: '0 0 * * 5'
jobs:
check-links:
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- uses: actions/checkout@v4
with:
ref: v2
- uses: actions/setup-python@v5
with:
python-version: '3.x'
- run: pip install requests
- run: python check_links.py || python check_links.py || python check_links.py