Skip to content

Commit 2332b57

Browse files
committed
Add GHA badge to README.md
Add a FIXME to Cargo.toml
1 parent 6f57b6c commit 2332b57

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ publish = false
2121
[badges]
2222
travis-ci = { repository = "rust-lang/rust-clippy" }
2323
appveyor = { repository = "rust-lang/rust-clippy" }
24+
# FIXME(flip1995): Add GHA badge once rust-lang/crates.io#1838 is merged
2425

2526
[[bin]]
2627
name = "cargo-clippy"

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
[![Build Status](https://travis-ci.com/rust-lang/rust-clippy.svg?branch=master)](https://travis-ci.com/rust-lang/rust-clippy)
44
[![Windows Build status](https://ci.appveyor.com/api/projects/status/id677xpw1dguo7iw?svg=true)](https://ci.appveyor.com/project/rust-lang-libs/rust-clippy)
5+
[![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)
56
[![License: MIT OR Apache-2.0](https://img.shields.io/crates/l/clippy.svg)](#license)
67

78
A collection of lints to catch common mistakes and improve your [Rust](https://github.com/rust-lang/rust) code.

0 commit comments

Comments
 (0)