Skip to content

Action will now trigger on push #6

Action will now trigger on push

Action will now trigger on push #6

Workflow file for this run

name: Check Markdown links

Check failure on line 1 in .github/workflows/action.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/action.yml

Invalid workflow file

(Line: 6, Col: 7): Unexpected value 'cron "0 9 * * 1"'
on:
push:
schedule:
- cron "0 9 * * 1" #Run the action every Monday at 9 am.
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: tcort/github-action-markdown-link-check@v1