From a30bc871edfc1d43c5c15ba96accab5565dff0dd Mon Sep 17 00:00:00 2001 From: Alfi Maulana Date: Sun, 4 Aug 2024 23:18:31 +0700 Subject: [PATCH] docs(readme): remove unnecessary features section --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index d6e0152..af2442a 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,6 @@ Configure and build [CMake](https://cmake.org/) projects on [GitHub Actions](htt This action wraps the [`cmake`](https://cmake.org/cmake/help/latest/manual/cmake.1.html) command for configuring and building CMake projects. It provides a more streamlined syntax for specifying build options compared to calling the `cmake` command directly. -## Features - -- Configures a CMake project using the [`cmake`](https://cmake.org/cmake/help/latest/manual/cmake.1.html) command. -- Optionally builds a CMake project using the `cmake --build` command. -- Supports specifying multiple CMake options directly from the action inputs. - ## Usage For more information, refer to [action.yml](./action.yml) and the [GitHub Actions guide](https://docs.github.com/en/actions/learn-github-actions/understanding-github-actions).