Skip to content

Move 'maps-module' code to 'servers/maps/server' (next steps will be to make this a standalone server) #696

Move 'maps-module' code to 'servers/maps/server' (next steps will be to make this a standalone server)

Move 'maps-module' code to 'servers/maps/server' (next steps will be to make this a standalone server) #696

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