From 26938875d93f1c76efac2aa8753b895d03fa73d6 Mon Sep 17 00:00:00 2001 From: Diego Herrera Date: Mon, 4 Oct 2021 16:33:41 -0600 Subject: [PATCH] Added Code Grade --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 262ed59..6ddcabb 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Dining Philosophers Problem [![license](https://img.shields.io/github/license/herrera-diego/dining-philosophers)](./LICENSE) [![Makefile CI](https://github.com/herrera-diego/dining-philosophers/actions/workflows/makefile.yml/badge.svg?branch=main)](https://github.com/herrera-diego/dining-philosophers/actions/workflows/makefile.yml) +# Dining Philosophers Problem [![license](https://img.shields.io/github/license/herrera-diego/dining-philosophers)](./LICENSE) [![Build and Tests](https://github.com/herrera-diego/dining-philosophers/actions/workflows/makefile.yml/badge.svg?branch=main)](https://github.com/herrera-diego/dining-philosophers/actions/workflows/makefile.yml) ![Code Grade](https://www.code-inspector.com/project/29294/status/svg) Implementation on Dining Philosophers problem on C++