Skip to content

Google Java Format

Google Java Format #3

name: Code formatting
on:
push:
branches:
- main
jobs:
formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: axel-op/googlejavaformat-action@v3
with:
args: "--replace"