Skip to content
This repository has been archived by the owner on Nov 21, 2023. It is now read-only.

Update README.md

Update README.md #7

Workflow file for this run

name: compile-test
on:
workflow_dispatch:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Java 8
uses: actions/setup-java@v2
with:
java-version: '8'
distribution: 'adopt'
- run: sbt test