Skip to content

Update refined to 0.11.2 in scala2 (#592) #1635

Update refined to 0.11.2 in scala2 (#592)

Update refined to 0.11.2 in scala2 (#592) #1635

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 100
- name: Fetch tags
run: git fetch --depth=100 origin +refs/tags/*:refs/tags/*
- uses: coursier/cache-action@v3
- name: Setup Scala
uses: olafurpg/setup-scala@v10
- name: Run tests and documentation
run: |
sbt +coulomb_testsJVM/test +coulomb_testsJS/test