Skip to content

Fix obscure symbol association bug #997

Fix obscure symbol association bug

Fix obscure symbol association bug #997

Workflow file for this run

name: Format
on:
push:
branches:
- 'master'
paths:
- '**.java'
pull_request:
paths:
- '**.java'
permissions:
contents: read
jobs:
check-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Java
uses: actions/setup-java@v4
with:
java-version: '25'
distribution: 'temurin'
- uses: axel-op/googlejavaformat-action@c1134ebd196c4cbffb077f9476585b0be8b6afcd # v4.0.0
with:
release-name: v1.36.1
args: "--set-exit-if-changed --dry-run"