Skip to content

Commit 81d8bb1

Browse files
authored
Merge pull request #44 from ityuhui/yh-action-badge
[Readme] Add Github Actions badges into Readme
2 parents 2a1b385 + 0106aaa commit 81d8bb1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Kubernetes Client Library for C
22

3+
[![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)
4+
[![Build](https://github.com/kubernetes-client/c/workflows/Build/badge.svg)](https://github.com/kubernetes-client/c/actions?query=workflow%3ABuild)
5+
36
This is the official Kubernetes client library for the C programming language.
47
It is a work in progress and should be considered _alpha_ quality software at this
58
time.

0 commit comments

Comments
 (0)