Skip to content

Clean up ci/package.mill, enforce scalafmt on build.mill/package.mill files in CI, break up readme.adoc #150

Clean up ci/package.mill, enforce scalafmt on build.mill/package.mill files in CI, break up readme.adoc

Clean up ci/package.mill, enforce scalafmt on build.mill/package.mill files in CI, break up readme.adoc #150

Workflow file for this run

name: 'autofix'
on:
pull_request:
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: ./mill -i mill.scalalib.scalafmt.ScalafmtModule/
- run: git clean -xdf
- run: git config --global user.email "[email protected]"
- run: git config --global user.name "Your Name"
- run: git commit -am "autofix" --allow-empty
- run: echo "[email protected]:${{ github.event.pull_request.head.repo.full_name }}.git"
- run: echo ${{ github.event.pull_request.head.ref }}
- run: echo -n "[email protected]:${{ github.event.pull_request.head.repo.full_name }}.git" > .autofix-repo
- run: echo -n HEAD:${{ github.event.pull_request.head.ref }} > .autofix-branch
- uses: actions/[email protected]
with:
path: .
name: autofix-artifacts
include-hidden-files: true