Skip to content

markdown-link-check #23

markdown-link-check

markdown-link-check #23

Workflow file for this run

name: markdown-link-check
on:
push:
paths:
- documentos/proyecto/*.md
- mlc_config.json
schedule:
- cron: '8 8 * * 2'
jobs:
markdown-link-check:
name: Check markdown files for broken links
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Markdown links check
uses: ruzickap/action-my-markdown-link-checker@v1
with:
config_file: mlc_config.json
debug: true
search_paths: |
documentos/proyecto/