chore: Fix markdown lint

This commit is contained in:
Luan Nico
2025-08-23 15:15:44 -04:00
parent 8894388e0e
commit e536c262be
+3 -3
View File
@@ -31,9 +31,9 @@ melos:
description: Run `dart format` checks for all packages.
markdown-check:
run: markdownlint . --ignore-path .markdownlintignore --config .markdownlint.yaml
run: markdownlint . --config .markdownlint.yaml
description: Runs the markdown linting check.
markdown-fix:
run: markdownlint . --fix --ignore-path .markdownlintignore --config .markdownlint.yaml
description: Fixes the markdown linting errors.
run: markdownlint . --fix --config .markdownlint.yaml
description: Fixes the markdown linting errors.