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 fc73b5d commit f40230dCopy full SHA for f40230d
homu.toml.template
@@ -243,6 +243,12 @@ secret = "{{ homu.repo-secrets.clippy }}"
243
name = "Travis CI - Branch"
244
[repo.clippy.status.appveyor]
245
context = "continuous-integration/appveyor/branch"
246
+[repo.clippy.checks.action_test]
247
+name = "bors test finished"
248
+[repo.clippy.checks.action_dev_test]
249
+name = "bors dev test finished"
250
+[repo.clippy.checks.action_remark_test]
251
+name = "bors remark test finished"
252
253
[repo.rls]
254
owner = "rust-lang"
0 commit comments