Skip to content

Fix 2.6 regression with mini map territory scaling. #687

Fix 2.6 regression with mini map territory scaling.

Fix 2.6 regression with mini map territory scaling. #687

Workflow file for this run

# Runs all build checks on any pull request or merges to master
name: Verify
on:
pull_request:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 11
- name: Run Build Checks
run: ./verify