mirror of
https://github.com/adrienverge/yamllint.git
synced 2024-11-22 07:36:25 -06:00
CI: Check for broken links in docs
This commit is contained in:
parent
9d0f59876d
commit
6b45be1afc
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -29,6 +29,8 @@ jobs:
|
|||||||
- run: rstcheck --ignore-directives automodule $(git ls-files '*.rst')
|
- run: rstcheck --ignore-directives automodule $(git ls-files '*.rst')
|
||||||
- run: yamllint --strict $(git ls-files '*.yaml' '*.yml')
|
- run: yamllint --strict $(git ls-files '*.yaml' '*.yml')
|
||||||
- run: python setup.py build_sphinx
|
- run: python setup.py build_sphinx
|
||||||
|
- name: Check for broken links in documentation
|
||||||
|
run: make -C docs linkcheck
|
||||||
|
|
||||||
test:
|
test:
|
||||||
name: Tests
|
name: Tests
|
||||||
|
Loading…
Reference in New Issue
Block a user