diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml index 4cabc49..f071d35 100644 --- a/.github/workflows/translations.yml +++ b/.github/workflows/translations.yml @@ -19,7 +19,9 @@ jobs: sudo apt-get install -y xmlstarlet pip3 install alt-profanity-check wget https://raw.githubusercontent.com/newhinton/ci-translation-scripts/main/convertCommitsToTranslations.sh + wget https://raw.githubusercontent.com/newhinton/ci-translation-scripts/main/checkProfanity.py chmod +x ./convertCommitsToTranslations.sh + chmod +x ./checkProfanity.py - name: Get changed files id: changed-files uses: tj-actions/changed-files@v44