Skip to content

Commit

Permalink
revert proper docs tests while reactpy.html type hints suck
Browse files Browse the repository at this point in the history
  • Loading branch information
Archmonger committed Sep 25, 2023
1 parent b702eea commit bf768e0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,15 @@ jobs:
python-version: 3.x
- name: Check docs build
run: |
pip install -r requirements.txt
pip install -r requirements/build-docs.txt
linkcheckMarkdown docs/ -v -r
linkcheckMarkdown README.md -v -r
linkcheckMarkdown CHANGELOG.md -v -r
mkdocs build --strict
- name: Check docs examples
run: |
pip install -r requirements/check-types.txt
pip install -r requirements/check-style.txt
mypy --show-error-codes docs/python/
black docs/python/ --check
ruff check docs/python/

0 comments on commit bf768e0

Please sign in to comment.