Skip to content

Commit

Permalink
docs: Set length of document
Browse files Browse the repository at this point in the history
  • Loading branch information
attakei committed Mar 6, 2022
1 parent c5de44f commit 3ea50ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: |
poetry run black --check sphinx_revealjs/ tests/
poetry run flake8 sphinx_revealjs/ tests/
poetry run doc8 doc/
poetry run doc8 --max-line-length=119 doc/
- name: Test with nosetests
run: |
poetry run pytest

0 comments on commit 3ea50ee

Please sign in to comment.