Skip to content

Commit

Permalink
Update linter
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexJSully committed Nov 28, 2024
1 parent d3ace12 commit 67e7b51
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/markdown-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,5 @@ jobs:
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
- name: Run markdownlint on Markdown files
run: markdownlint "**/*.md"
run: npm run lint:markdown

0 comments on commit 67e7b51

Please sign in to comment.