fix: infinite loop in Zone:randomPosition when no valid tile exist #3402
Workflow file for this run
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: Clang-format (dummy) | |
on: | |
pull_request: | |
paths-ignore: | |
- "src/**" | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- run: echo "This is a dummy job to satisfy branch protection checks" |