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.