Skip to content

Update README: custom namespaces, contributors #74

Update README: custom namespaces, contributors

Update README: custom namespaces, contributors #74

Workflow file for this run

name: Scala CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
name: Build and Test
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.13.11, 2.12.18]
java: [[email protected], [email protected], [email protected]]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/[email protected]
- name: Set up Java
uses: olafurpg/setup-scala@v13
with:
java-version: ${{ matrix.java }}
- name: Run tests
run: sbt ++${{ matrix.scala }} test