From 5b14a26164b88256c1049332376fad6747cd4605 Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Wed, 10 Feb 2021 14:39:27 -0800 Subject: [PATCH] README: add gha badges Note that validate currently fails on master -- this is tracked in https://github.com/opencontainers/runc/issues/2627. Signed-off-by: Kir Kolyshkin --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0d889cd79..d60188190 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ [![Go Report Card](https://goreportcard.com/badge/github.com/opencontainers/runc)](https://goreportcard.com/report/github.com/opencontainers/runc) [![GoDoc](https://godoc.org/github.com/opencontainers/runc?status.svg)](https://godoc.org/github.com/opencontainers/runc) [![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/588/badge)](https://bestpractices.coreinfrastructure.org/projects/588) +[![gha/validate](https://github.com/opencontainers/runc/workflows/validate/badge.svg)](https://github.com/opencontainers/runc/actions?query=workflow%3Avalidate) +[![gha/ci](https://github.com/opencontainers/runc/workflows/ci/badge.svg)](https://github.com/opencontainers/runc/actions?query=workflow%3Aci) ## Introduction