Skip to content

Commit

Permalink
PARTIAL #6 - Add Mardkown links checker to avoid borken links in docu…
Browse files Browse the repository at this point in the history
…mentation
  • Loading branch information
Galileo-Galilei committed Feb 3, 2021
1 parent 7bc28e1 commit 68980e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics --exclude kedro_mlflow/template/project/run.py
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics --exclude kedro_mlflow/template/project/run.py
- name: Check markdown links
uses: gaurav-nelson/github-action-markdown-link-check@v1
- name: Test with pytest and generate coverage report
run: |
pip install -e . # required for some tests which launches commands via subprocess
Expand Down

0 comments on commit 68980e2

Please sign in to comment.