Skip to content

Adopt shared Scala CI workflow #342

Adopt shared Scala CI workflow

Adopt shared Scala CI workflow #342

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
jobs:
test:
uses: evolution-gaming/scala-github-actions/.github/workflows/ci.yml@e9f3a8d1d95e9ed5b762627a28a1ce93fad45f0a # v6.2.0
with:
scala_versions: '["2.13.18", "3.3.7"]'
# TODO no sbt-scalafmt in this repo, so formatting was never checked
scalafmt_check: false