Skip to content

Check for missing translations #161

Check for missing translations

Check for missing translations #161

Workflow file for this run

name: Check for missing translations
on:
schedule:
# * is a special character in YAML so you have to quote this string
- cron: '17 0 * * 0'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Check for missing translations
run: |
./checkForMissingTranslations.py ${{ secrets.GITHUB_TOKEN }}