Skip to content

Update cats-core, cats-free to 2.10.0 #710

Update cats-core, cats-free to 2.10.0

Update cats-core, cats-free to 2.10.0 #710

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
compile-all:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Check code format
uses: jrouly/scalafmt-native-action@v1
with:
version: "3.7.4"
arguments: "-c .scalafmt.conf --test core akka examples"
- uses: jodersky/[email protected]
with:
mill-version: 0.11.0
- name: Compile
run: mill '_._[_].compile'
- name: Test
run: mill '_._[_].test'