From d008b5582a674ea9d814bd811b334d2cdc653185 Mon Sep 17 00:00:00 2001 From: Alfi Maulana Date: Fri, 6 Jan 2023 21:28:15 +0700 Subject: [PATCH] add test status badge in the `README.md` --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a4a2603..0be5739 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # CMake Action +[![test status](https://img.shields.io/github/actions/workflow/status/threeal/cmake-action/test.yml?label=test&branch=main)](https://github.com/threeal/cmake-action/actions/workflows/test.yml) + Configure and build [CMake](https://cmake.org/) project on [GitHub Actions](https://github.com/features/actions).