Skip to content

Made Tyrian-Tags, Tyrian module now JS only #681

Made Tyrian-Tags, Tyrian module now JS only

Made Tyrian-Tags, Tyrian module now JS only #681

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: adopt@1.11
- name: Tyrian Compile & Test
run: sbt clean compile scalafmtCheckAll test