Skip to content

dependencies: Pin tree-sitter version (#2230) #619

dependencies: Pin tree-sitter version (#2230)

dependencies: Pin tree-sitter version (#2230) #619

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@08c6903cd8c0fde910a37f88322edcfb5dd907a8
- 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