Skip to content

Merge pull request #65 from mdedetrich/add-scala-steward-conf #57

Merge pull request #65 from mdedetrich/add-scala-steward-conf

Merge pull request #65 from mdedetrich/add-scala-steward-conf #57

Workflow file for this run

name: Scala CI
on:
push:
branches: [ main ]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'adopt'
cache: 'sbt'
- uses: sbt/setup-sbt@v1
- name: Run tests
run: sbt test scripted