Add GHA badge to README.md

Add a FIXME to Cargo.toml
This commit is contained in:
flip1995 2020-01-23 10:22:02 +01:00
parent 8f45387490
commit d7620a3e62
No known key found for this signature in database
GPG key ID: 693086869D506637
2 changed files with 2 additions and 0 deletions

View file

@ -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"

View file

@ -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.