Skip to content

Action will now trigger on push and pullrequest event #5

Action will now trigger on push and pullrequest event

Action will now trigger on push and pullrequest event #5

Workflow file for this run

name: Check Markdown links
on: [push, pull_request]

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

View workflow run for this annotation

GitHub Actions / .github/workflows/action.yml

Invalid workflow file

You have an error in your yaml syntax on line 3
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