Skip to content

Adopt shared Scala CI workflow #318

Adopt shared Scala CI workflow

Adopt shared Scala CI workflow #318

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 sbt-scalafmt is in plugins.sbt but there is no .scalafmt.conf, so formatting was never checked
scalafmt_check: false