Skip to content

Support for primitive types and metrics (#7) #20

Support for primitive types and metrics (#7)

Support for primitive types and metrics (#7) #20

Workflow file for this run

name: Scala CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
cache: 'sbt'
- name: Run tests and build jar
run: sbt assembly