Add action docs action (#24)

Co-authored-by: Niek Palm <dev.npalm@gmail.com>
This commit is contained in:
Romain Lespinasse 2025-03-05 00:51:51 +01:00 committed by GitHub
parent 2ee4b34df1
commit b541c20793
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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