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

chore: repository cleanup #15

chore: repository cleanup

chore: repository cleanup #15

Workflow file for this run

name: Build and test
on:
pull_request:
jobs:
build-test:
name: Build docs-gen
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/[email protected]
with:
fetch-depth: 0
- name: Set up JDK 11
uses: coursier/[email protected]
with:
jvm: temurin:1.11
- name: Cache Coursier cache
uses: coursier/[email protected]
- name: Test docs gen
run: cd docs-gen && sbt paradox