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

Add GHA checks for the Clippy Repo #578

Merged
merged 2 commits into from
Feb 19, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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