Create profanity.yml
experiment
This commit is contained in:
parent
d256ff6c67
commit
431096251f
20
.github/workflows/profanity.yml
vendored
Normal file
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 }}
|
Loading…
Reference in New Issue
Block a user