CI link checker (#494)
* CI link checker * fix link errors * fix ci * wildcard on *.md
This commit is contained in:
committed by
GitHub
parent
0cef15301b
commit
02e8a3927d
5
.github/workflows/linting.yml
vendored
5
.github/workflows/linting.yml
vendored
@@ -57,6 +57,11 @@ jobs:
|
||||
run: |
|
||||
python3 tools/check_documentation.py examples modules fast
|
||||
|
||||
- name: Check documentation links (fabric)
|
||||
id: documentation-links-fabric
|
||||
run: |
|
||||
python3 tools/check_links.py .
|
||||
|
||||
# markdown-link-check:
|
||||
# runs-on: ubuntu-latest
|
||||
# steps:
|
||||
|
||||
Reference in New Issue
Block a user