Skip to content

more work on component animator #18

more work on component animator

more work on component animator #18

Workflow file for this run

name: Detect profanity
on:
push:
jobs:
detect_profanity:
if: ${{ false }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: pip install -r actions/requirements.txt
- name: Run bad word detector
run: |
python ./actions/bad_word_detector.py -sd . --filter ./static/txt/blocked.txt