From 0106aaa79f186a7c4b11003b3de2da5219b22020 Mon Sep 17 00:00:00 2001 From: Hui Yu Date: Fri, 18 Dec 2020 16:36:25 +0800 Subject: [PATCH] [Readme] Add Github Actions badges into Readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b0de661..cd3ede4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Kubernetes Client Library for C +[![Code Check](https://github.com/kubernetes-client/c/workflows/Code%20Check/badge.svg)](https://github.com/kubernetes-client/c/actions?query=workflow%3A%22Code+Check%22) +[![Build](https://github.com/kubernetes-client/c/workflows/Build/badge.svg)](https://github.com/kubernetes-client/c/actions?query=workflow%3ABuild) + This is the official Kubernetes client library for the C programming language. It is a work in progress and should be considered _alpha_ quality software at this time.