Skip to content

Check Scheduled

Check Scheduled #3

Workflow file for this run

name: Check Scheduled
on:
schedule:
- cron: "0 0 1 * *"
jobs:
check-links:
uses: ./.github/workflows/check-links.yml
secrets: inherit