From 9db1e3860e692a163c2feb312968dbaa234c6611 Mon Sep 17 00:00:00 2001 From: Alfi Maulana Date: Fri, 13 Jan 2023 21:18:44 +0700 Subject: [PATCH] add release and license badge in `README.md` --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0be5739..9215c5d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # CMake Action +[![latest version](https://img.shields.io/github/v/release/threeal/cmake-action)](https://github.com/threeal/cmake-action/releases/) +[![license](https://img.shields.io/github/license/threeal/cmake-action)](./LICENSE) [![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).