Skip to content

chore: New Crowdin translations to review and merge #4802

chore: New Crowdin translations to review and merge

chore: New Crowdin translations to review and merge #4802

name: Check Includes in HTML Templates
on:
push:
paths:
- 'impossiblecondition**.html'
pull_request:
paths:
- 'impossiblecondition**.html'
jobs:
check-includes:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Install Dependencies
run: pip install beautifulsoup4
- name: Check for Translated Includes
run: python .github/scripts/check_includes.py