exception safety, github actions and scalafmt

This commit is contained in:
2022-01-06 19:01:30 +03:00
parent 99ed2705a2
commit 53b42a6fa8
84 changed files with 1536 additions and 909 deletions

22
.github/workflows/run-tests.yml vendored Normal file
View File

@ -0,0 +1,22 @@
name: tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup JDK
uses: actions/setup-java@v2
with:
distribution: temurin
java-version: 8
- name: Build and Test
run: sbt -v +test