Skip to content

Added a Action for checking the links within md files. #1

Added a Action for checking the links within md files.

Added a Action for checking the links within md files. #1

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: 5): Unexpected value 'corn "0 9 * * 1"'
on:
push:
schedule:
- corn "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