Skip to content

Add required .readthedocs.yaml #860

Add required .readthedocs.yaml

Add required .readthedocs.yaml #860

Workflow file for this run

name: build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
lfs: true
- name: Setup Java JDK
uses: actions/[email protected]
with:
java-version: 1.8
- name: Test code with Maven
run: ./mvnw test