Commit Graph

2 Commits

Author SHA1 Message Date
Liudmila Molkova e22e6d4674 Make markdown-link-check work again (#3327)
Link check is broken due to
https://github.com/tcort/markdown-link-check/issues/246, pinning
previous version until it's fixed
2023-03-21 08:19:14 -06:00
Patrice Chalin cf973d47fd [linters] Install tools based on versions in package.json (#2323)
* [editorial] Use `npx` to run npm cmds, not hardcoded paths

* Update Makefile based on feedback

* Use --no-install option for npx

* Add `npm install` to markdown-check workflows

* Pin markdownlint-cli at 0.31.0

* Run `npm install` as a separate workflow step

* Use name 'install dependencies' for npm install cmd

* CONTRIBUTING: clarify that you install the tools once

* make: add `install-tools` as dependency to `all`

* Add install check line to `mardown*` targets

Co-authored-by: Yuri Shkuro <yurishkuro@users.noreply.github.com>
2022-03-01 18:11:33 -05:00