Skip to content

Merge pull request #134 from tototoshi/update/scala-library-2.13.14 #211

Merge pull request #134 from tototoshi/update/scala-library-2.13.14

Merge pull request #134 from tototoshi/update/scala-library-2.13.14 #211

Workflow file for this run

name: Scala CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 1.8
uses: actions/setup-java@v4
with:
distribution: "adopt"
java-version: 8
- name: Run tests
run: sbt +test