Skip to content

Periodic Website Link Check #35

Periodic Website Link Check

Periodic Website Link Check #35

Workflow file for this run

name: Periodic Website Link Check
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * 6" # weekly on Sat midnight
jobs:
broken-link-checker:
if: github.repository_owner == 'clusterlink-net' # do not run on forks
name: Check broken links
runs-on: ubuntu-latest
steps:
- name: Check
uses: ruzickap/action-my-broken-link-checker@v2
with:
url: https://clusterlink.net
cmd_params: '--buffer-size=65536 --max-connections=2 --rate-limit=4 --timeout=20' # muffet parameters