Skip to content

Feature/#31 cleanup before publicizing repo #40

Feature/#31 cleanup before publicizing repo

Feature/#31 cleanup before publicizing repo #40

Workflow file for this run

name: Build
on:
workflow_dispatch:
pull_request:
branches: [ master ]
types: [ opened, edited, synchronize, reopened ]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup JVM and SBT
uses: coursier/[email protected]
with:
jvm: corretto:21.0.3.9.1
apps: sbt
- name: Clean Build Test
run: sbt +clean +test