Adopt shared Scala CI workflow #318
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@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 |