Skip to content

Test autofix

Test autofix #66

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: rm -rf .git
- run: echo -n "[email protected]:${{ github.event.pull_request.head.repo.full_name }}.git" > .autofix-repo
- run: echo -n ${{ github.event.pull_request.head.ref }} > .autofix-branch
- run: cat .autofix-branch
- run: cat .autofix-repo
- uses: actions/[email protected]
with:
path: .
name: autofix-artifacts
include-hidden-files: true