Skip to content

Moved HtmlTests back under the JS only folder #682

Moved HtmlTests back under the JS only folder

Moved HtmlTests back under the JS only folder #682

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