mirror of
https://github.com/bluefireteam/flutter_and_friends_2025_flame_3d_workshop_template.git
synced 2026-08-12 03:30:54 +02:00
chore: Fix markdown lint
This commit is contained in:
+3
-3
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user