Skip to content

Commit 69d1c61

Browse files
committed
Add GHA badge to README.md
1 parent 2b4eca3 commit 69d1c61

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
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+
[![Build Status](https://github.com/rust-lang/rust-clippy/workflows/Clippy%20Test/badge.svg)](https://github.com/rust-lang/rust-clippy/actions)
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)