Comprueba enlaces externos #75
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Comprueba enlaces externos | |
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: Comprueba links markdown | |
uses: ruzickap/action-my-markdown-link-checker@v1 | |
with: | |
config_file: mlc_config.json | |
debug: true | |
search_paths: | | |
documentos/proyecto/ |