Fix records with Option
fields with a default that isn't None
#103
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: pr_scala_3 | |
on: | |
pull_request: | |
paths-ignore: | |
- 'doc/**' | |
- 'docs/**' | |
- '*.md' | |
branches: | |
- master | |
jobs: | |
scala_3_0: | |
runs-on: ubuntu-latest | |
steps: | |
- name: checkout the repo | |
uses: actions/checkout@v2 | |
with: | |
fetch-depth: 0 | |
- name: setup sbt | |
uses: olafurpg/setup-scala@v11 | |
- name: run tests | |
run: sbt test |