Skip to content

Commit

Permalink
Run linkcheck periodically
Browse files Browse the repository at this point in the history
  • Loading branch information
GeckoEidechse committed Dec 28, 2024
1 parent 0139af6 commit e90a218
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 e90a218

Please sign in to comment.