From c421afa648cac4a833cec61ea88308c544b634ec Mon Sep 17 00:00:00 2001 From: Alfi Maulana Date: Mon, 23 Jan 2023 14:39:51 +0700 Subject: [PATCH] modify action short description to include testing a project --- README.md | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5923fd7..420f0ce 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![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 a [CMake](https://cmake.org/) project on [GitHub Actions](https://github.com/features/actions). +Configure, build, and test a [CMake](https://cmake.org/) project on [GitHub Actions](https://github.com/features/actions). ## Usage diff --git a/action.yml b/action.yml index 3759521..ec6c6aa 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ name: CMake Action -description: Configure and build a CMake project +description: Configure, build, and test a CMake project author: Alfi Maulana branding: color: gray-dark