Skip to content

Merge pull request #65 from jpuntomarcos/patch-2 #30

Merge pull request #65 from jpuntomarcos/patch-2

Merge pull request #65 from jpuntomarcos/patch-2 #30

Workflow file for this run

name: Check Markdown links
on:
push:
branches:
- master
schedule:
- cron: "0 9 1 * *" # First of each month at 9 AM
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1