about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2022-10-31 00:15:57 +0000
committerbors <bors@rust-lang.org>2022-10-31 00:15:57 +0000
commit60d171873a761feeb2270be248a944a65fa658aa (patch)
tree2265b61348d93abd77b2f4ef45fd908e15c4f1ee
parent00610b30f90f657863c8f092d772d05d52087938 (diff)
parent1bfbd3dd60e0016c046db6bfb4be8ae5136cb3cc (diff)
downloadrust-60d171873a761feeb2270be248a944a65fa658aa.tar.gz
rust-60d171873a761feeb2270be248a944a65fa658aa.zip
Auto merge of #9734 - alex-semenyuk:badge, r=giraffate
Fix Clippy Test badge

Clippy test badge always shows "no status" message. Fix it for showing real status
changelog: none
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8a9e8f20bff..f74de7de42b 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # Clippy
 
-[![Clippy Test](https://github.com/rust-lang/rust-clippy/workflows/Clippy%20Test/badge.svg?branch=auto&event=push)](https://github.com/rust-lang/rust-clippy/actions?query=workflow%3A%22Clippy+Test%22+event%3Apush+branch%3Aauto)
+[![Clippy Test](https://github.com/rust-lang/rust-clippy/workflows/Clippy%20Test%20(bors)/badge.svg?branch=auto&event=push)](https://github.com/rust-lang/rust-clippy/actions?query=workflow%3A%22Clippy+Test+(bors)%22+event%3Apush+branch%3Aauto)
 [![License: MIT OR Apache-2.0](https://img.shields.io/crates/l/clippy.svg)](#license)
 
 A collection of lints to catch common mistakes and improve your [Rust](https://github.com/rust-lang/rust) code.