Skip to content

Commit

Permalink
Add install to linting
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexJSully committed Nov 28, 2024
1 parent e24a85d commit 5f3b532
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/markdown-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,7 @@ jobs:
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
- name: Run installs
run: npm ci --legacy-peer-deps
- name: Run markdownlint on Markdown files
run: npm run lint:markdown

0 comments on commit 5f3b532

Please sign in to comment.