Skip to content

build(deps): bump github/codeql-action from 4.32.1 to 4.32.2 #682

build(deps): bump github/codeql-action from 4.32.1 to 4.32.2

build(deps): bump github/codeql-action from 4.32.1 to 4.32.2 #682

Workflow file for this run

name: Java Format

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

View workflow run for this annotation

GitHub Actions / .github/workflows/google-java.yml

Invalid workflow file

(Line: 19, Col: 13): A sequence was not expected
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@de0fac2e4500dabe0009e67214ff5f5447ce83dd
- uses: axel-op/googlejavaformat-action@v4
with:
args: "--replace"
skip-commit: true
files:
- 'frontends/java/**'
- '.github/workflows/google-java.yml'
- 'tools/auto-fuzz/benchmark/jvm/**'
- name: Print diffs
run: git --no-pager diff --exit-code