Skip to content
This repository has been archived by the owner on Dec 1, 2024. It is now read-only.

added publishing

added publishing #7

Workflow file for this run

name: CI run
on:
push:
branches:
- 'trunk'
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 21
cache: sbt
- name: tests
run: sbt +test