Skip to content

Commit

Permalink
#294 💩
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ committed Jul 10, 2024
1 parent 50866e6 commit cad02d9
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/linkchecker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ on:

jobs:
markdown-link-check:
name: Check markdown files for broken links
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
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/
- name: Markdown links check
uses: ruzickap/action-my-markdown-link-checker@v1
with:
config_file: mlc_config.json
debug: true
search_paths: |
documentos/proyecto/

0 comments on commit cad02d9

Please sign in to comment.