Skip to content

add an option to include title page #21

add an option to include title page

add an option to include title page #21

Workflow file for this run

name: Test
on:
push:
branches: [ master ]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '8'
cache: 'sbt'
- name: Build and Test
run: sbt clean test