Skip to content

Commit

Permalink
fix: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jolexxa committed Jul 24, 2024
1 parent 5144e68 commit f4fe43e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/markdown_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,8 @@ jobs:
with:
node-version: 22

- run: npm run lint
- name: Install dependencies
run: npm install

- name: Run Markdown Lint
run: npm run lint

0 comments on commit f4fe43e

Please sign in to comment.