Skip to content

Merge pull request #96 from kmizu/pr/scala-213-15 #18

Merge pull request #96 from kmizu/pr/scala-213-15

Merge pull request #96 from kmizu/pr/scala-213-15 #18

Workflow file for this run

name: onion
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
cache: 'sbt'
- name: Tests
run: sbt ++ test