Skip to content

Java-code Formatter

Java-code Formatter #5

Workflow file for this run

name: Java-code Formatter
on:
pull_request:
paths-ignore:
- '**.md'
- '**.gradle'
- '**.xml'
workflow_dispatch:
jobs:
formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: axel-op/[email protected]
with:
args: '--replace --aosp --skip-reflowing-long-strings'
commitMessage: "refactor: Format Java-code [skip ci]"