We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5416f6 commit 40d0e2aCopy full SHA for 40d0e2a
.github/workflows/verify.yml
@@ -153,6 +153,10 @@ jobs:
153
run: |
154
. venv/bin/activate
155
pre-commit run --show-diff-on-failure --color=always --all-files --hook-stage manual pylint
156
+ - name: Lint markdown files
157
+ run: |
158
+ . venv/bin/activate
159
+ pre-commit run --show-diff-on-failure --color=always --all-files --hook-stage manual markdownlint
160
161
prepare-test-cache:
162
runs-on: ubuntu-latest
0 commit comments