Skip to content

Apply google-java-format to codebase #2

Apply google-java-format to codebase

Apply google-java-format to codebase #2

name: check google-java-format
on:
push:
branches:
- 'dev/1.0'
pull_request:
branches:
- 'dev/1.0'
jobs:
formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: axel-op/googlejavaformat-action@v3.6.0
with:
args: "--set-exit-if-changed"