diff --git a/justfile b/justfile index aa3d59c42e..cd00b47c1c 100644 --- a/justfile +++ b/justfile @@ -89,7 +89,7 @@ lint: shfmt -d {{ scripts }} just --unstable --fmt --check prettier -c $(git ls-files '*.yml' '*.yaml') - markdownlint-cli . + markdownlint . # runs linters but makes fixes when possible lint-fix: @@ -99,7 +99,7 @@ lint-fix: shfmt -w {{ scripts }} just --unstable --fmt prettier -w $(git ls-files '*.yml' '*.yaml') - markdownlint-cli --fix . + markdownlint --fix . render-all: render-help render-completions render-mangen