Fixed error caused by entities that dont have an icon assigned to them #152
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Check Localization | |
on: [push, workflow_dispatch] | |
jobs: | |
localizationcheck: | |
name: Check Localization process | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout the repository | |
uses: actions/checkout@v3 | |
- uses: actions/[email protected] | |
with: | |
python-version: '3.10' | |
- name: Install PIP packages | |
run: | | |
pip install lupa | |
- name: Calculate Localization progress | |
run: python .github/scripts/localizationChecker.py |