Create profanity.yml

experiment
This commit is contained in:
Kreyren 2020-03-18 11:28:32 +01:00 committed by GitHub
parent d256ff6c67
commit 431096251f
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

20
.github/workflows/profanity.yml vendored Normal file

@ -0,0 +1,20 @@
name: Profanity check
on:
issues:
types: [opened, edited]
issue_comment:
types: [created, edited]
pull_request:
types: [opened, edited]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Profanity filter
uses: radiantly/profanity-filter-action@v1.1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}