diff options
| author | flip1995 <hello@philkrones.com> | 2020-01-23 10:22:02 +0100 |
|---|---|---|
| committer | flip1995 <hello@philkrones.com> | 2020-02-12 09:34:26 +0100 |
| commit | d7620a3e62a0097c990a4abda917c8e2a5115765 (patch) | |
| tree | fed8e44953df3f33094d9a4c360b2ade8e8f894d | |
| parent | 8f45387490eecf46a8f7934bd48116b6be727261 (diff) | |
| download | rust-d7620a3e62a0097c990a4abda917c8e2a5115765.tar.gz rust-d7620a3e62a0097c990a4abda917c8e2a5115765.zip | |
Add GHA badge to README.md
Add a FIXME to Cargo.toml
| -rw-r--r-- | Cargo.toml | 1 | ||||
| -rw-r--r-- | README.md | 1 |
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 @@ [](https://travis-ci.com/rust-lang/rust-clippy) [](https://ci.appveyor.com/project/rust-lang-libs/rust-clippy) +[](https://github.com/rust-lang/rust-clippy/actions?query=workflow%3A%22Clippy+Test%22+event%3Apush+branch%3Amaster) [](#license) A collection of lints to catch common mistakes and improve your [Rust](https://github.com/rust-lang/rust) code. |
