Skip to content

build: test, CI for pr and publish #2

build: test, CI for pr and publish

build: test, CI for pr and publish #2

Workflow file for this run

name: CI
on:
pull_request:
jobs:
scripted:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: coursier/setup-action@v3.0.0
with:
jvm: temurin:21
apps: sbt
- name: Run scripted tests
run: sbt scripted