Skip to content

Java-Frontend: Reorganize java frontend code #544

Java-Frontend: Reorganize java frontend code

Java-Frontend: Reorganize java frontend code #544

Workflow file for this run

name: Java Format
permissions: read-all
on:
pull_request:
paths:
- 'frontends/java/**'
- '.github/workflows/google-java.yml'
- 'tools/auto-fuzz/benchmark/jvm/**'
jobs:
formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
- uses: axel-op/googlejavaformat-action@v3
with:
args: "--replace"
skip-commit: true
files:
- 'frontends/java/**'

Check failure on line 19 in .github/workflows/google-java.yml

View workflow run for this annotation

GitHub Actions / Java Format

Invalid workflow file

The workflow is not valid. .github/workflows/google-java.yml (Line: 19, Col: 13): A sequence was not expected
- '.github/workflows/google-java.yml'
- 'tools/auto-fuzz/benchmark/jvm/**'
- name: Print diffs
run: git --no-pager diff --exit-code