We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2c0a42 commit e5eeafdCopy full SHA for e5eeafd
.github/bors.toml
@@ -10,7 +10,7 @@ status = [
10
"check-markdown-links",
11
"run-examples",
12
"check-doc",
13
- "example-doc-validation",
+ "check-missing-examples-in-docs",
14
]
15
16
use_squash_merge = true
.github/workflows/ci.yml
@@ -153,7 +153,7 @@ jobs:
153
run: cargo deadlinks --dir target/doc/bevy
154
continue-on-error: true
155
156
- example-doc-validation:
+ check-missing-examples-in-docs:
157
runs-on: ubuntu-latest
158
steps:
159
- uses: actions/checkout@v2
0 commit comments