about summary refs log tree commit diff
diff options
context:
space:
mode:
authorflip1995 <hello@philkrones.com>2020-01-23 10:22:02 +0100
committerflip1995 <hello@philkrones.com>2020-02-12 09:34:26 +0100
commitd7620a3e62a0097c990a4abda917c8e2a5115765 (patch)
treefed8e44953df3f33094d9a4c360b2ade8e8f894d
parent8f45387490eecf46a8f7934bd48116b6be727261 (diff)
downloadrust-d7620a3e62a0097c990a4abda917c8e2a5115765.tar.gz
rust-d7620a3e62a0097c990a4abda917c8e2a5115765.zip
Add GHA badge to README.md
Add a FIXME to Cargo.toml
-rw-r--r--Cargo.toml1
-rw-r--r--README.md1
2 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 84b96a32914..aefbcec15f5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,6 +21,7 @@ publish = false
 [badges]
 travis-ci = { repository = "rust-lang/rust-clippy" }
 appveyor = { repository = "rust-lang/rust-clippy" }
+# FIXME(flip1995): Add GHA badge once rust-lang/crates.io#1838 is merged
 
 [[bin]]
 name = "cargo-clippy"
diff --git a/README.md b/README.md
index af2331fa533..fe62dadfcbf 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,7 @@
 
 [![Build Status](https://travis-ci.com/rust-lang/rust-clippy.svg?branch=master)](https://travis-ci.com/rust-lang/rust-clippy)
 [![Windows Build status](https://ci.appveyor.com/api/projects/status/id677xpw1dguo7iw?svg=true)](https://ci.appveyor.com/project/rust-lang-libs/rust-clippy)
+[![Clippy Test](https://github.com/rust-lang/rust-clippy/workflows/Clippy%20Test/badge.svg?branch=master&event=push)](https://github.com/rust-lang/rust-clippy/actions?query=workflow%3A%22Clippy+Test%22+event%3Apush+branch%3Amaster)
 [![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.