Skip to content

Commit

Permalink
using python instead
Browse files Browse the repository at this point in the history
  • Loading branch information
calldelegation committed Dec 10, 2024
1 parent 29b57ba commit 159dfcb
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,12 @@ jobs:
needs: link-check
steps:
- uses: actions/checkout@v3
- uses: FuelLabs/github-actions/setups/node@master
- name: Set up Python
uses: actions/setup-python@v3
with:
node-version: '22'
pnpm: true
- name: Install Dependencies
run: pnpm install
- name: Lint Check
run: pnpm lint:check
python-version: '3.x'
- name: Install Markdown Linter
run: pip install pymarkdownlint
- name: Lint Markdown Files
run: pymarkdownlint docs/book

0 comments on commit 159dfcb

Please sign in to comment.