Skip to content

Commit a9c6ef4

Browse files
authored
chore: add cron to link checker (#813)
adds a cron to the link checker that runs it nightly so we can spot issues before they're a problem in PRs
1 parent 1614d66 commit a9c6ef4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/link-checker.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
- main
55
pull_request:
66
types: [opened, synchronize, reopened]
7+
schedule:
8+
- cron: "0 0 * * *"
79
workflow_dispatch:
810
name: Link Checker
911
jobs:

0 commit comments

Comments
 (0)