From e536c262bee02ae46b999012881fb31f15698c58 Mon Sep 17 00:00:00 2001 From: Luan Nico Date: Sat, 23 Aug 2025 15:15:44 -0400 Subject: [PATCH] chore: Fix markdown lint --- pubspec.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 108e67e..d59c5e9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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. \ No newline at end of file + run: markdownlint . --fix --config .markdownlint.yaml + description: Fixes the markdown linting errors.