From 6c35939b9309a32f7c831109f2670cf78c53adc6 Mon Sep 17 00:00:00 2001 From: Romain Lespinasse Date: Wed, 5 Mar 2025 10:54:59 +0100 Subject: [PATCH] Add ReDoc CLI GitHub Action to list (#15) Co-authored-by: seeebiii --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8a60d7d..f7b0d99 100644 --- a/README.md +++ b/README.md @@ -259,6 +259,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Label and Display the Top-Upvoted Issues and Pull Requests](https://github.com/rickstaa/top-issues-action) - [Provide a unified check for whether the dependency jobs are all green](https://github.com/re-actors/alls-green) - This allows to have just one check added to the branch protection for a workflow. - [Read Java Properties](https://github.com/madhead/read-java-properties) - Read values from `.properties` files. +- [ReDoc CLI GitHub Action](https://github.com/seeebiii/redoc-cli-github-action) - Use redoc-cli in your GitHub Action to generate OpenAPI documentation. #### Environments