Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Check links

Check links #25

Workflow file for this run

name: Check links
on:
workflow_dispatch:
schedule:
# Every Monday at noon UTC
- cron: "0 12 * * 1"
jobs:
check_urls:
runs-on: ubuntu-latest
steps:
- name: Check links
uses: paulschuberth/check-links-action@v1
with:
start-url: "https://docs.tezos.com/"