Skip to content

Commit

Permalink
Fix tolling install
Browse files Browse the repository at this point in the history
  • Loading branch information
chevdor committed Aug 30, 2023
1 parent 51acb99 commit 295124b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check-markdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Check Markdown

on:
pull_request:
workflow_dispatch:

permissions:
packages: read
Expand All @@ -22,7 +23,7 @@ jobs:

- name: Install tooling
run: |
npm install markdownlint --save-dev
npm install -g markdownlint-cli
markdownlint --version
- name: Check Markdown
Expand Down

0 comments on commit 295124b

Please sign in to comment.