Skip to content

Regularly check links #117

Regularly check links

Regularly check links #117

Workflow file for this run

name: Regularly check links
on:
schedule:
# Runs "At 08:30 on every day-of-week from Monday through Friday." (see https://crontab.guru)
- cron: '40 8 * * 1-5'
jobs:
build:
name: Check links
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install requirements
run: pip3 install -r requirements-linkchecker.txt
- name: Run linkchecker
run: |
linkchecker --config linkchecker.conf https://elastisys.io