From 84a90f14cd1a3bf449e5a7b1fa8539eee6e87134 Mon Sep 17 00:00:00 2001 From: tailaiw Date: Sun, 1 Mar 2020 15:41:56 -0600 Subject: [PATCH] added "mind your language action" --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2898d86..7b311cb 100644 --- a/README.md +++ b/README.md @@ -172,6 +172,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Build Slate documentation](https://github.com/Decathlon/slate-builder-action) - [Read Properties](https://github.com/christian-draeger/read-properties) - Read values from `.properties` files. - [Write Properties](https://github.com/christian-draeger/write-properties) - Write values to `.properties` files. +- [Mind Your Language Action](https://github.com/tailaiw/mind-your-language-action) - Detect offensive comments in issues and pull requests, and warn senders. #### Environments @@ -196,7 +197,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [PHPStan Static code analyzer Action](https://github.com/OskarStark/phpstan-ga) - [GraphQL Inspector Action](https://github.com/kamilkisiela/graphql-inspector) - [PowerShell static analysis with PSScriptAnalyzer](https://github.com/devblackops/github-action-psscriptanalyzer) -- [Run tfsec, with reviewdog output on the PR](https://github.com/reviewdog/action-tfsec) +- [Run tfsec, with reviewdog output on the PR](https://github.com/reviewdog/action-tfsec) #### Testing