Skip to content

Commit f40230d

Browse files
committed
Add GHA checks for the Clippy Repo
1 parent fc73b5d commit f40230d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

homu.toml.template

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,12 @@ secret = "{{ homu.repo-secrets.clippy }}"
243243
name = "Travis CI - Branch"
244244
[repo.clippy.status.appveyor]
245245
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"
246252

247253
[repo.rls]
248254
owner = "rust-lang"

0 commit comments

Comments
 (0)