Skip to content

Commit

Permalink
Pin markdownlint version for consistent verification result (#3289)
Browse files Browse the repository at this point in the history
To avoid issues such as #3283, pin markdownlint version.

markdownlint version should be upgraded manually when necessary.

Signed-off-by: Quan Tian <[email protected]>
  • Loading branch information
tnqn authored Feb 9, 2022
1 parent bef46cf commit f7f353a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ jobs:
config-file: 'hack/.md_links_config.json'
- name: Markdownlint
run: |
sudo npm install -g markdownlint-cli
sudo npm install -g markdownlint-cli@0.31.1
make markdownlint
benchmark:
Expand Down

0 comments on commit f7f353a

Please sign in to comment.