Skip to content

Update refined to 0.11.1 #231

Update refined to 0.11.1

Update refined to 0.11.1 #231

Workflow file for this run

name: test
on:
push:
branches: [master]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
if: "! contains(toJSON(github.event.commits.*.message), '[skip-ci]')"
steps:
- uses: actions/checkout@v1
- uses: olafurpg/setup-scala@v10
- name: test
run: sbt +test