From b541c20793c7008234ffc496632f71126beeac4a Mon Sep 17 00:00:00 2001 From: Romain Lespinasse Date: Wed, 5 Mar 2025 00:51:51 +0100 Subject: [PATCH] Add action docs action (#24) Co-authored-by: Niek Palm --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d7a7e3f..5a271f4 100644 --- a/README.md +++ b/README.md @@ -161,6 +161,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Code of Conduct Compliance Through Sentiments Analysis](https://github.com/derberg/code-of-conduct-sentiment-analysis-github-action) - Analyze sentiments in issues and PRs to identify negative content that may violate your code of conduct. - [GitHub Codeowners Validator](https://github.com/mszostok/codeowners-validator) - Ensures the correctness of your GitHub CODEOWNERS file. It supports public and private GitHub repositories and also GitHub Enterprise installations. - [Copybara Action](https://github.com/olivr/copybara-action) - Move and transform code between repositories (ideal to maintain several repos from one monorepo). +- [Action Docs Action](https://github.com/npalm/action-docs-action) - Update your README based the action.yml. ### Collection of Actions