Skip to content

Update scala3-library, ... to 3.3.4 #436

Update scala3-library, ... to 3.3.4

Update scala3-library, ... to 3.3.4 #436

Workflow file for this run

name: Build the server app
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
- name: Setup Scala
uses: japgolly/[email protected]
- name: Check code format
run: sbt scalafmtCheckAll
- name: Compile
run: sbt +compile
- name: Run tests
run: sbt +test