Skip to content
This repository has been archived by the owner on Aug 25, 2024. It is now read-only.

Update README.md

Update README.md #4

Workflow file for this run

name: Scala CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 11.0
- name: Run tests
run: sbt test