Merge pull request #50 from nmcb/revert-authors-demo #107
This file contains 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: Scala Build | |
on: | |
push: | |
branches: [ main ] | |
pull_request: | |
branches: [ main ] | |
jobs: | |
build: | |
name: scala-build | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3.1.0 | |
- name: Set up Eclipse Temurin - JDK 19 | |
uses: actions/setup-java@v3.6.0 | |
with: | |
java-version: '19' | |
distribution: 'temurin' | |
- name: Test | |
run: sbt test |