mirror of
https://github.com/bevyengine/bevy
synced 2024-11-26 14:40:19 +00:00
08b5234582
This is a temporary measure while we wait for https://github.com/rust-lang/rust/issues/92163 to be resolved.
20 lines
521 B
TOML
20 lines
521 B
TOML
status = [
|
|
"build (stable, windows-latest)",
|
|
"build (stable, ubuntu-latest)",
|
|
"build (stable, macos-latest)",
|
|
# "build (nightly, ubuntu-latest)",
|
|
"build-wasm (stable, ubuntu-latest)",
|
|
# "build-wasm (nightly, ubuntu-latest)",
|
|
"build-android",
|
|
"markdownlint",
|
|
"check-markdown-links",
|
|
"run-examples",
|
|
"check-doc",
|
|
"check-missing-examples-in-docs",
|
|
# "check-unused-dependencies",
|
|
"ci",
|
|
"check-benches",
|
|
]
|
|
|
|
use_squash_merge = true
|
|
block_labels = ["S-Pre-Relicense"]
|