We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0065a9 commit 608c7eaCopy full SHA for 608c7ea
{{cookiecutter.repo_name}}/Makefile
@@ -70,7 +70,7 @@ docs:
70
uv run mkdocs serve
71
72
lint-docs:
73
- docker run -v ${PWD}:/markdown 06kellyjac/markdownlint-cli --fix "docs"
+ npx markdownlint-cli2 "docs/**/*.md" --fix
74
75
watch:
76
npx cdk watch
{{cookiecutter.repo_name}}/Makefile_windows
@@ -75,8 +75,7 @@ docs:
77
78
- @echo "Linting documentation with Docker. Make sure Docker is running."
79
- docker run -v "%cd%:/markdown" 06kellyjac/markdownlint-cli --fix "docs"
80
81
82
0 commit comments