Add: Support for TOWN_ICON and CITY_ICON from OpenTTD#14504 (#219) #428
This file contains hidden or 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: Testing | |
| on: | |
| push: | |
| branches: | |
| - main | |
| pull_request: | |
| branches: | |
| - main | |
| jobs: | |
| testing: | |
| name: Testing | |
| uses: OpenTTD/actions/.github/workflows/rw-entry-testing-docker-py.yml@v5 | |
| with: | |
| python-path: webtranslate scripts/filter_update_langs scripts/lang_sync scripts/eintsgit.py | |
| python-version: 3.11 |