mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
5dd30b6279
# Objective This fails constantly and causes more pain than it is worth. ## Solution Remove dead link checks. Alternative to #4837, which is more granular but ironically still fails to build. I'm in favor of the nuclear option. Fixes #4575
20 lines
500 B
TOML
20 lines
500 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",
|
|
"run-examples",
|
|
"check-doc",
|
|
"check-missing-examples-in-docs",
|
|
"check-unused-dependencies",
|
|
"ci",
|
|
"miri",
|
|
"check-compiles",
|
|
]
|
|
|
|
use_squash_merge = true
|
|
block_labels = ["S-Pre-Relicense"]
|