Skip to content

removing references to AnimationUtil #19

removing references to AnimationUtil

removing references to AnimationUtil #19

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