File tree Expand file tree Collapse file tree 4 files changed +255
-215
lines changed Expand file tree Collapse file tree 4 files changed +255
-215
lines changed Original file line number Diff line number Diff line change 58
58
- if : ${{ env.IS_MAIN_PYTHON != 'true' }}
59
59
name : Test without coverage
60
60
run : |
61
- poetry install --extras=autobpm --extras=lyrics --extras=replaygain --extras=reflink --extras=fetchart --extras=chroma --extras=sonosupdate
61
+ poetry install --without=lint -- extras=autobpm --extras=lyrics --extras=replaygain --extras=reflink --extras=fetchart --extras=chroma --extras=sonosupdate
62
62
poe test
63
63
64
64
- if : ${{ env.IS_MAIN_PYTHON == 'true' }}
Original file line number Diff line number Diff line change @@ -136,8 +136,11 @@ jobs:
136
136
echo "::add-matcher::.github/problem-matchers/sphinx-build.json"
137
137
echo "::add-matcher::.github/problem-matchers/sphinx-lint.json"
138
138
139
- - name : Build docs
140
- run : poe docs -e SPHINXOPTS=--fail-on-warning
139
+ - name : Check docs formatting
140
+ run : poe format- docs --check
141
141
142
142
- name : Lint docs
143
- run : poetry run sphinx-lint --enable all $(git ls-files docs)
143
+ run : poe lint-docs
144
+
145
+ - name : Build docs
146
+ run : poe docs -e 'SPHINXOPTS=--fail-on-warning --keep-going'
You can’t perform that action at this time.
0 commit comments