Skip to content

build(deps): bump actions/checkout from 4.1.3 to 4.1.4 #580

build(deps): bump actions/checkout from 4.1.3 to 4.1.4

build(deps): bump actions/checkout from 4.1.3 to 4.1.4 #580

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@0ad4b8fadaa221de15dcec353f45205ec38ea70b
- 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