Skip to content

[JAVA_API] Reorganize project structure and automatically load native… #2341

[JAVA_API] Reorganize project structure and automatically load native…

[JAVA_API] Reorganize project structure and automatically load native… #2341

Workflow file for this run

name: Code Style
on:
push:
paths:
- 'modules/java_api/**'
pull_request:
paths:
- '.github/workflows/code_style.yml'
- 'modules/java_api/**'
jobs:
Java:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Fix code java style
uses: axel-op/googlejavaformat-action@v3
with:
args: "--set-exit-if-changed -a -i"
commit-message: "[github actions] Apply google-java-format code style fixes"