Skip to content

Commit

Permalink
Use markdownlint-cli@0.28.1 as of DavidAnson/markdownlint#435
Browse files Browse the repository at this point in the history
  • Loading branch information
okalachev committed Oct 5, 2021
1 parent d0dcc0e commit b249524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
sudo sh -c "echo ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true | debconf-set-selections"
sudo apt-get update && sudo apt-get install -y calibre msttcorefonts
builder/assets/install_gitbook.sh
npm install markdownlint-cli -g
npm install markdownlint-cli@0.28.1 -g # FIXME: https://github.com/DavidAnson/markdownlint/issues/435
npm install svgexport -g
gitbook -V
markdownlint -V
Expand Down

0 comments on commit b249524

Please sign in to comment.