Skip to content

Commit

Permalink
Merge pull request #444 from trilitech/check-external-links
Browse files Browse the repository at this point in the history
Run link check overy monday at noon UTC
  • Loading branch information
timothymcmackin authored Sep 12, 2024
2 parents 30b48d9 + 67d8586 commit c7546bc
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/link-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Check links

on:
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/"

0 comments on commit c7546bc

Please sign in to comment.