Skip to content

chore: adding sonatype central faq link #356

chore: adding sonatype central faq link

chore: adding sonatype central faq link #356

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 8
cache: sbt
- run: sbt compile