Skip to content

ci: Cleanup monthly (#4) #30

ci: Cleanup monthly (#4)

ci: Cleanup monthly (#4) #30

name: Copywriting Tests
on:
push:
concurrency:
group: "${{ github.ref }}_copywriting"
cancel-in-progress: true
jobs:
test:
name: Check Copywriting
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Check Markdown Files
uses: nthState/InclusiveCopywriting@main
with:
include_paths: './'
exclude_words: 'simply, simple, easily, obviously, obvious, he, she, just, blacklist, whitelist, master, slave'
file_types: '.md'