From 81f943d39fc6f6be6b707c204412a33b56b64d88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ana=20Mar=C3=ADa=20Mart=C3=ADnez=20G=C3=B3mez?= Date: Wed, 15 Jul 2020 11:05:13 +0200 Subject: [PATCH] Add CI status badge to README Add a GitHub action status badge for `CI` to README. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index eff8c080..91566f51 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ ![capa](.github/logo.png) +[![Code style checkers status](https://github.com/fireeye/capa/workflows/CI/badge.svg)](https://github.com/fireeye/capa/actions?query=workflow%3A%22CI%22) [![Number of rules](https://img.shields.io/badge/rules-261-blue.svg)](https://github.com/fireeye/capa-rules) [![License](https://img.shields.io/badge/license-Apache--2.0-green.svg)](LICENSE.txt)