File tree Expand file tree Collapse file tree 3 files changed +19
-0
lines changed Expand file tree Collapse file tree 3 files changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -72,11 +72,28 @@ jobs:
7272 - name : Run tests
7373 run : tox
7474
75+ docs :
76+ runs-on : ubuntu-latest
77+ env :
78+ TOXENV : docs
79+ steps :
80+ - uses : actions/checkout@v3
81+ - name : Setup Python
82+ uses : actions/setup-python@v4
83+ with :
84+ python-version : ${{ matrix.python }}${{ matrix.dev }}
85+ - name : Install tox
86+ run : |
87+ python -m pip install tox
88+ - name : Run tests
89+ run : tox
90+
7591 check : # This job does nothing and is only used for the branch protection
7692 if : always()
7793
7894 needs :
7995 - test
96+ - docs
8097
8198 runs-on : ubuntu-latest
8299
Original file line number Diff line number Diff line change 5252 jaraco.packaging >= 9
5353 rst.linker >= 1.9
5454 furo
55+ sphinx-lint
5556
5657 # local
5758
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ extras =
2020changedir = docs
2121commands =
2222 python -m sphinx -W --keep-going . {toxinidir}/build/html
23+ python -m sphinxlint
2324
2425[testenv:release]
2526skip_install = True
You can’t perform that action at this time.
0 commit comments