Skip to content

Commit

Permalink
Use a non-pinned version. Fixes #1350 (#1351)
Browse files Browse the repository at this point in the history
  • Loading branch information
IEvangelist authored Jul 11, 2024
1 parent b85b93a commit 227293b
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/markdownlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,8 @@ jobs:
egress-policy: audit

- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Use Node.js
uses: actions/setup-node@eff380dfbcf941bf8832e4acb788cebe13dfd758
- uses: DavidAnson/markdownlint-cli2-action@b4c9feab76d8025d1e83c653fa3990936df0e6c8 # v16.0.0
with:
node-version: 20.x
- name: Run Markdownlint
run: |
echo "::add-matcher::.github/workflows/markdownlint-problem-matcher.json"
npm i -g markdownlint-cli2
markdownlint-cli2 --config ".markdownlint-cli2.jsonc" "**/*.md"
config: ".markdownlint-cli2.jsonc"
globs: "**/*.md"

0 comments on commit 227293b

Please sign in to comment.