Adopt shared Scala CI workflow #88
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@v6 | |
| secrets: inherit | |
| with: | |
| # this repo never collected coverage; enabling it is a separate change | |
| coverage: false | |
| # TODO no sbt-version-policy in this repo, so binary compatibility was never checked | |
| version_policy_check: false |