Skip to content

#24 Add once off Reader and Writer function #32

#24 Add once off Reader and Writer function

#24 Add once off Reader and Writer function #32

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