Skip to content

people/insulting.md: ban the bad people #362

people/insulting.md: ban the bad people

people/insulting.md: ban the bad people #362

Workflow file for this run

name: wordcheck
on:
# Trigger the workflow on push or pull requests, but only for the
# main branch
push:
branches:
- main
- '*/ci'
paths:
- '**.md'
pull_request:
branches:
- main
paths:
- '**.md'
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: check
run: make wordcheck