Skip to content

Commit ec6e69d

Browse files
authored
Merge pull request #20 from NeurodataWithoutBorders/rly-patch-1
Run link checker weekly
2 parents aca9487 + ebd31cb commit ec6e69d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/link-check.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
name: Link Check Source Files with Lychee
33

44
on:
5+
# Runs weekly every Sunday at 05:00 UTC (midnight EST)
6+
schedule:
7+
- cron: '0 5 * * 0'
58
# Runs on pull requests targeting the dev branch
69
pull_request:
710
branches: ["dev"]

0 commit comments

Comments
 (0)