Skip to content

Update scala-library to 2.12.20 #1025

Update scala-library to 2.12.20

Update scala-library to 2.12.20 #1025

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.8.3"
arguments: "-c .scalafmt.conf --test core akka examples"
- uses: jodersky/[email protected]
with:
mill-version: 0.11.12
- name: Compile
run: mill '_._[_].compile'
- name: Test
run: mill '_._[_].test'