We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aca9487 commit ebd31cbCopy full SHA for ebd31cb
.github/workflows/link-check.yml
@@ -2,6 +2,9 @@
2
name: Link Check Source Files with Lychee
3
4
on:
5
+ # Runs weekly every Sunday at 05:00 UTC (midnight EST)
6
+ schedule:
7
+ - cron: '0 5 * * 0'
8
# Runs on pull requests targeting the dev branch
9
pull_request:
10
branches: ["dev"]
0 commit comments