2021-02-19 21:15:29 +00:00
|
|
|
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)",
|
2021-02-22 04:50:05 +00:00
|
|
|
"markdownlint",
|
2021-05-02 20:22:32 +00:00
|
|
|
"check-markdown-links",
|
2021-04-15 00:16:42 +00:00
|
|
|
"run-examples",
|
2021-04-27 02:17:12 +00:00
|
|
|
"check-doc",
|
2021-05-30 18:14:58 +00:00
|
|
|
"check-missing-examples-in-docs",
|
2021-07-16 01:38:41 +00:00
|
|
|
"check-unused-dependencies",
|
2021-02-19 21:15:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
use_squash_merge = true
|
2021-07-17 18:56:56 +00:00
|
|
|
block_labels = ["S-Pre-Relicense"]
|