Skip to content

Commit 8a0c53f

Browse files
committed
ci: add markdown format check
1 parent 9a3e266 commit 8a0c53f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/code_quality.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
version: latest
2828
args: format --check
2929
pyright:
30-
name: Type Check
30+
name: Type Check & Markdown Format
3131
runs-on: ubuntu-latest
3232
needs: ruff
3333
steps:
@@ -45,6 +45,10 @@ jobs:
4545
run: |
4646
uv venv
4747
uv sync --dev
48+
- name: Check markdown formatting
49+
run: |
50+
source .venv/bin/activate
51+
mdformat --check .
4852
- name: Run pyright
4953
run: |
5054
source .venv/bin/activate

0 commit comments

Comments
 (0)