Skip to content

Commit

Permalink
Update link-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AnushaPB authored Jul 15, 2024
1 parent 69e730d commit cff3fef
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/link-check.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Check Markdown links

on: push
on:
push:
schedule:
# Runs at 00:00 on the 1st day of every month
- cron: '0 0 1 * *'

jobs:
markdown-link-check:
Expand Down

0 comments on commit cff3fef

Please sign in to comment.