Skip to content

Commit

Permalink
ci: 🤖 Add MkDocs plugin for mdformat
Browse files Browse the repository at this point in the history
  • Loading branch information
AntwortEinesLebens committed Jan 12, 2025
1 parent f0fdb2c commit 74b0225
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/format.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,12 @@ jobs:
with:
python-version: '3.13'
cache: pip
- name: Install Mdformat
run: pip install mdformat
- name: Check Markdown formatting
run: mdformat --check .
- name: Install Mdformat and MkDocs plugin
run: pip install mdformat-mkdocs
- name: Check Markdown formatting except the documentation
run: mdformat --check --no-extensions AUTHORS.md README.md
- name: Check Markdown formatting for the documentation
run: mdformat --check ./docs/
rustfmt:
name: Check Rust formatting
runs-on: ubuntu-latest
Expand Down

0 comments on commit 74b0225

Please sign in to comment.