Fix IndexError in folder namespace page_get_language method #1198
Workflow file for this run
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: truewiki e2e | |
| python-version: 3.11 |