Skip to content

Commit 73455f8

Browse files
committed
Configure docstrfmt
1 parent 769dcdc commit 73455f8

File tree

3 files changed

+234
-17
lines changed

3 files changed

+234
-17
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,9 @@ jobs:
136136
echo "::add-matcher::.github/problem-matchers/sphinx-build.json"
137137
echo "::add-matcher::.github/problem-matchers/sphinx-lint.json"
138138
139+
- name: Check docs formatting
140+
run: poe format-docs --check
141+
139142
- name: Lint docs
140143
run: poe lint-docs
141144

0 commit comments

Comments
 (0)