Skip to content

Merge pull request #29 from sacode387/sake92-patch-1 #112

Merge pull request #29 from sacode387/sake92-patch-1

Merge pull request #29 from sacode387/sake92-patch-1 #112

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- master
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Git checkout
uses: actions/checkout@v2
- name: Setup Scala
uses: japgolly/setup-everything-scala@v3.1
with:
java-version: 11
- name: Build and test
shell: bash
run: sbt test