Add: Support for SPACE from OpenTTD#13149 (#201) #401
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: 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.8 |