Skip to content

Move Travis specific notes to one place #354

Move Travis specific notes to one place

Move Travis specific notes to one place #354

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