Skip to content

Generic UI window rework #407

Generic UI window rework

Generic UI window rework #407

Workflow file for this run

name: CI
on: [workflow_dispatch, push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: olafurpg/setup-scala@v11
with:
java-version: adopt@1.11
- uses: actions/setup-node@v2
with:
node-version: '17'
- name: Roguelike-StarterKit Compile & Test
run: sbt clean compile test