Adopt shared Scala CI workflow #51
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: CI | |
| on: | |
| push: | |
| branches: [ master ] | |
| pull_request: | |
| jobs: | |
| test: | |
| uses: evolution-gaming/scala-github-actions/.github/workflows/ci.yml@2a389d2a5f4b093e72f738464bd7472bd0c3b4b8 # v6 | |
| with: | |
| scala_versions: '["2.13.16", "3.3.6"]' | |
| # TODO no sbt-version-policy in this repo, so binary compatibility was never checked | |
| version_policy_check: false | |
| # TODO no sbt-scalafmt in this repo, so formatting was never checked | |
| scalafmt_check: false |