Skip to content

Commit 40d0e2a

Browse files
committed
Add md linting to action
1 parent c5416f6 commit 40d0e2a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/verify.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,10 @@ jobs:
153153
run: |
154154
. venv/bin/activate
155155
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
156160
157161
prepare-test-cache:
158162
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)