Skip to content

Commit

Permalink
Add GHA checks for the Clippy Repo
Browse files Browse the repository at this point in the history
  • Loading branch information
flip1995 committed Feb 4, 2020
1 parent fc73b5d commit f40230d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions homu.toml.template
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,12 @@ secret = "{{ homu.repo-secrets.clippy }}"
name = "Travis CI - Branch"
[repo.clippy.status.appveyor]
context = "continuous-integration/appveyor/branch"
[repo.clippy.checks.action_test]
name = "bors test finished"
[repo.clippy.checks.action_dev_test]
name = "bors dev test finished"
[repo.clippy.checks.action_remark_test]
name = "bors remark test finished"

[repo.rls]
owner = "rust-lang"
Expand Down

0 comments on commit f40230d

Please sign in to comment.