diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e4e63ebaad..c4d7da180b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -170,6 +170,7 @@ jobs: - name: Run Markdown Lint uses: docker://ghcr.io/github/super-linter:slim-v4 env: + MULTI_STATUS: false VALIDATE_ALL_CODEBASE: false VALIDATE_MARKDOWN: true DEFAULT_BRANCH: main diff --git a/crates/bevy_ecs/README.md b/crates/bevy_ecs/README.md index 699b56624f..f967a75218 100644 --- a/crates/bevy_ecs/README.md +++ b/crates/bevy_ecs/README.md @@ -6,7 +6,9 @@ ## What is Bevy ECS? -Bevy ECS is an Entity Component System custom-built for the [Bevy][bevy] game engine. It aims to be simple to use, ergonomic, fast, massively parallel, opinionated, and featureful. It was created specifically for Bevy's needs, but it can easily be used as a standalone crate in other projects. +Bevy ECS is an Entity Component System custom-built for the [Bevy][bevy] game engine. +It aims to be simple to use, ergonomic, fast, massively parallel, opinionated, and featureful. +It was created specifically for Bevy's needs, but it can easily be used as a standalone crate in other projects. ## ECS