Skip to content

Upgrade cats, cats-effect, doobie #152

Upgrade cats, cats-effect, doobie

Upgrade cats, cats-effect, doobie #152

Workflow file for this run

name: Build
on:
push:
branches:
- ce3
tags: ["*"]
jobs:
sbt:
name: sbt compile
runs-on: ubuntu-20.04
if: github.repository == 'debasishg/tradeio'
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up JDK 11
uses: olafurpg/setup-scala@v11
with:
java-version: adopt@1.11
- name: Compile and test
run: |-
sbt clean scalafmtCheckAll compile test