Skip to content

Commit

Permalink
validate-links: ontinue-on-error
Browse files Browse the repository at this point in the history
Signed-off-by: Patrice Chalin <[email protected]>
  • Loading branch information
chalin committed Nov 19, 2022
1 parent eb47233 commit addee52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/link_validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
validate:
runs-on: ubuntu-latest
env:
env:
PYTHON_VER: 3.7
steps:
- uses: actions/checkout@v2
Expand All @@ -35,6 +35,6 @@ jobs:
python3 -m pip install --upgrade pip
pip3 install setuptools wheel twine tox mechanical-markdown
- name: Check Markdown Files
continue-on-error: true
run: |
for name in `find . -name "*.md"`; do echo -e "------\n$name" ; mm.py -l $name || exit 1 ;done

0 comments on commit addee52

Please sign in to comment.