Skip to content

minor update

minor update #3

Workflow file for this run

name: Check Markdown links
on:
push:
- *

Check failure on line 5 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 5
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