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

Update sbt to 1.9.9 #375

Update sbt to 1.9.9

Update sbt to 1.9.9 #375

Workflow file for this run

name: Scala CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Scala
uses: olafurpg/setup-scala@v13
with:
java-version: adopt@1.11
- name: version
run: node --version
- name: Checking your code format
run: sbt scalafmtCheckAll
- name: Run tests
run: sbt -J-Xmx4G -J-Xms4G test