diff --git a/.github/workflows/mind-your-language.yml b/.github/workflows/mind-your-language.yml new file mode 100644 index 00000000..6987f3bd --- /dev/null +++ b/.github/workflows/mind-your-language.yml @@ -0,0 +1,25 @@ +name: Mind your language +on: + issues: + types: + - opened + - edited + issue_comment: + types: + - created + - edited + pull_request_review_comment: + types: + - created + - edited +jobs: + echo_issue_comment: + runs-on: ubuntu-latest + name: profanity check + steps: + - name: Checkout + uses: actions/checkout@v2 + - name: Profanity check step + uses: tailaiw/mind-your-language-action@v1.0.3 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file