Skip to content

Commit

Permalink
done
Browse files Browse the repository at this point in the history
  • Loading branch information
calldelegation committed Dec 10, 2024
1 parent 159dfcb commit 01aa2c4
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,3 @@ jobs:
- uses: gaurav-nelson/[email protected]
with:
configuration-path: "docs/book/.markdown-link-check.json"

lint-docs:
name: Lint Docs
runs-on: ubuntu-latest
needs: link-check
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: '3.x'
- name: Install Markdown Linter
run: pip install pymarkdownlint
- name: Lint Markdown Files
run: pymarkdownlint docs/book

0 comments on commit 01aa2c4

Please sign in to comment.