Skip to content

Remove all docs, website stuff, and examples #713

Remove all docs, website stuff, and examples

Remove all docs, website stuff, and examples #713

Workflow file for this run

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