Skip to content

Commit

Permalink
Run linkcheck periodically (#135)
Browse files Browse the repository at this point in the history
Adds entry to config to run linkcheck once a week to catch any links that may have broken in the meantime.
  • Loading branch information
GeckoEidechse authored Dec 28, 2024
1 parent 5766479 commit 1eb901f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/linkcheck.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Linkcheck
on: [push, pull_request]
on:
push:
pull_request:
schedule:
- cron: '0 0 * * 0' # Once a week

jobs:
markdown-link-check:
Expand Down

0 comments on commit 1eb901f

Please sign in to comment.