Skip to content

Update mill-scalafix to 0.3.2 (#167) #485

Update mill-scalafix to 0.3.2 (#167)

Update mill-scalafix to 0.3.2 (#167) #485

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.14"
arguments: "-c .scalafmt.conf --test"
- uses: jodersky/[email protected]
with:
mill-version: 0.11.6
- name: Compile
run: mill '__.compile'
- name: Test
run: mill '__.test'