Skip to content

Merge pull request #5 from Adrian400811/Jimmy #4

Merge pull request #5 from Adrian400811/Jimmy

Merge pull request #5 from Adrian400811/Jimmy #4

Workflow file for this run

name: FormatFix
on:
push:
branches: [ release-candidate ]
jobs:
formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4 # v2 minimum required
- uses: axel-op/googlejavaformat-action@v3
with:
args: "--skip-sorting-imports --replace"