Skip to content
This repository has been archived by the owner on Nov 26, 2020. It is now read-only.

Commit

Permalink
Merge pull request #578 from flip1995/clippy_gha
Browse files Browse the repository at this point in the history
Add GHA checks for the Clippy Repo
  • Loading branch information
pietroalbini authored Feb 19, 2020
2 parents fc73b5d + 1e8000c commit 66b8281
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions homu.toml.template
Original file line number Diff line number Diff line change
Expand Up @@ -239,10 +239,12 @@ try_users = []
auto = "auto"
[repo.clippy.github]
secret = "{{ homu.repo-secrets.clippy }}"
[repo.clippy.checks.travis]
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 66b8281

Please sign in to comment.