We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a18bfa6 commit 0743a68Copy full SHA for 0743a68
.github/workflows/mind-your-language.yml
@@ -0,0 +1,25 @@
1
+name: Mind your language
2
+on:
3
+ issues:
4
+ types:
5
+ - opened
6
+ - edited
7
+ issue_comment:
8
9
+ - created
10
11
+ pull_request_review_comment:
12
13
14
15
+jobs:
16
+ echo_issue_comment:
17
+ runs-on: ubuntu-latest
18
+ name: profanity check
19
+ steps:
20
+ - name: Checkout
21
+ uses: actions/checkout@v2
22
+ - name: Profanity check step
23
+ uses: tailaiw/[email protected]
24
+ env:
25
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments