From 6e6f18ac5d811706b6fa5416c07b22f22d972b32 Mon Sep 17 00:00:00 2001 From: Andrii Nakryiko Date: Wed, 21 Jul 2021 11:20:34 -0700 Subject: [PATCH] ci: add Github Actions status badge Add badge to show the Github Actions test.yml workflow status. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 669422f..5cb3b36 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ should be opened only for dealing with issues pertaining to specific way this libbpf mirror repo is set up and organized. Build +[![Github Actions Builds & Tests](https://github.com/libbpf/libbpf/actions/workflows/test.yml/badge.svg)](https://github.com/libbpf/libbpf/actions/workflows/test.yml) [![Build Status](https://travis-ci.com/libbpf/libbpf.svg?branch=master)](https://travis-ci.com/github/libbpf/libbpf) [![Total alerts](https://img.shields.io/lgtm/alerts/g/libbpf/libbpf.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/libbpf/libbpf/alerts/) [![Coverity](https://img.shields.io/coverity/scan/18195.svg)](https://scan.coverity.com/projects/libbpf)