Fix markdownlint privileges complaint (#5216)
# Objective Fixes an annoying error message in CI. more info at https://github.com/github/super-linter/pull/2464 
This commit is contained in:
parent
aa0cd7c7dc
commit
faa40bfc82
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user