Skip to content

Add java format checker to github Actions #6

Add java format checker to github Actions

Add java format checker to github Actions #6

name: Check Java Format
on: [ push, pull_request ]
jobs:
formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3 # v2 minimum required
- uses: axel-op/googlejavaformat-action@v3
with:
args: "--skip-sorting-imports --replace"