Skip to content

Rewrite in Scala 3: fix optimality bugs, add tests, CLI, modern tooling #1

Rewrite in Scala 3: fix optimality bugs, add tests, CLI, modern tooling

Rewrite in Scala 3: fix optimality bugs, add tests, CLI, modern tooling #1

Workflow file for this run

name: CI
on:
push:
branches: [master, main]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17
cache: sbt
- name: Install sbt
uses: sbt/setup-sbt@v1
- name: Check formatting
run: sbt -batch scalafmtCheckAll scalafmtSbtCheck
- name: Run tests
run: sbt -batch test