Skip to content

Remove mdoc and unidoc plugins #718

Remove mdoc and unidoc plugins

Remove mdoc and unidoc plugins #718

Workflow file for this run

name: CI
on: [workflow_dispatch, push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: coursier/cache-action@v6
- uses: coursier/setup-action@v1
with:
java-version: [email protected]
- name: Tyrian Compile & Test
run: sbt clean compile scalafmtCheckAll test