Skip to content

build(deps): bump actions/upload-artifact from 5.0.0 to 6.0.0 #651

build(deps): bump actions/upload-artifact from 5.0.0 to 6.0.0

build(deps): bump actions/upload-artifact from 5.0.0 to 6.0.0 #651

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@93cb6efe18208431cddfb8368fd83d5badbf9bfd
- 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