Skip to content

Merge pull request #121 from tototoshi/dependabot/github_actions/acti… #206

Merge pull request #121 from tototoshi/dependabot/github_actions/acti…

Merge pull request #121 from tototoshi/dependabot/github_actions/acti… #206

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@v3
with:
distribution: "adopt"
java-version: 8
- name: Run tests
run: sbt +test