Skip to content

Weekly job

Weekly job #57

Workflow file for this run

name: Weekly job
on:
schedule:
# Run every Sunday at 9AM
- cron: "0 9 * * 0"
jobs:
markdown-link-check:
uses: ./.github/workflows/markdown-link-check.yml