Skip to content

Commit 01218ba

Browse files
pin markdown linter version to 0.22.1
1 parent 46fbddc commit 01218ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lint-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# Installs linting tool via npm
3030
# Look at using the related GitHub action here: https://github.com/DavidAnson/markdownlint-cli2-action
3131
- name: Install markdown linter
32-
run: npm install markdownlint-cli2 --global
32+
run: npm install markdownlint-cli2@0.22.1 --global
3333
# Runs linter on content, rules specified in yaml config file
3434
# Adds the terminal messages to tmp.log file
3535
- name: Run markdownlint-cli2

0 commit comments

Comments
 (0)