Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/markdownlint cli #966

Merged
merged 8 commits into from Jul 23, 2021
2 changes: 1 addition & 1 deletion scripts/lint.sh
Expand Up @@ -32,4 +32,4 @@ echo "+ Clean up go mod"
go mod tidy

echo "+ Run lints for docs"
npm_config_yes=true npx markdownlint-cli docs/**/*.md
npm_config_yes=true npx markdownlint-cli@0.27.0 docs/**/*.md