We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cc22b9 commit 7f05cdeCopy full SHA for 7f05cde
1 file changed
.github/workflows/ci.yml
@@ -85,7 +85,7 @@ jobs:
85
run: behave tests/features --no-capture
86
87
- name: Check changelog for ReST compliance
88
- run: rst2html.py --halt=warning changelog.rst >/dev/null
+ run: docutils --halt=warning changelog.rst >/dev/null
89
90
- name: Run Black
91
run: black --check .
0 commit comments