Skip to content

Apply google-java-format to codebase #1

Apply google-java-format to codebase

Apply google-java-format to codebase #1

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/[email protected]
with:
args: "--set-exit-if-changed"