From 801a0a790f9e888040a8bf71d7f8fdd1b9c3de45 Mon Sep 17 00:00:00 2001 From: Alfi Maulana Date: Sun, 17 Mar 2024 21:10:26 +0700 Subject: [PATCH] docs(readme): remove badges (#244) --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index 520c596..95733e8 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,5 @@ # 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) -[![Build Status](https://img.shields.io/github/actions/workflow/status/threeal/cmake-action/build.yaml?branch=main)](https://github.com/threeal/cmake-action/actions/workflows/build.yaml) -[![Test Status](https://img.shields.io/github/actions/workflow/status/threeal/cmake-action/test.yaml?label=test&branch=main)](https://github.com/threeal/cmake-action/actions/workflows/test.yaml) - Configure, build, and test your [CMake](https://cmake.org/) project using [GitHub Actions](https://github.com/features/actions). This action simplifies the workflow for configuring the build environment of a CMake project. It can also be optionally specified to build a CMake project using the `cmake --build` command and test it using the `ctest` command. ## Features