Skip to content

Commit

Permalink
Install remark-cli at version 9 for code quality GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
index-git committed Aug 3, 2021
1 parent 9fd563f commit fefbcca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- run: npm install --global remark-cli remark-validate-links remark-lint-no-dead-urls
- run: npm install --global remark-cli@9 remark-validate-links remark-lint-no-dead-urls
- run: make remark

Flake_8_syntax_errors:
Expand Down

0 comments on commit fefbcca

Please sign in to comment.