googlejavaformat-action
googlejavaformat-action copied to clipboard
GitHub Action that formats Java files following Google Style guidelines
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.5.0 to 1.9.1. Changelog Sourced from @actions/core's changelog. 1.9.1 Randomize delimiter when calling core.exportVariable 1.9.0 Added toPosixPath, toWin32Path and toPlatformPath utilities #1102 1.8.2 Update to v2.0.1 of...
Hi @axel-op! Maintainer of https://github.com/krzema12/github-actions-kotlin-dsl here. Your action havs first-class support in the library. In short, the library provides a Kotlin type-safe API to create GitHub workflows. Recently we've come...
Hello. So, I have the action to check if some files should be formatted. Also, I have the [plugin](https://plugins.jetbrains.com/plugin/8527-google-java-format/) for IntelIj to format the code. As the plugin is currently...
I hope I'm just using this plugin wrong, but when I tried using it with `--set-exit-if-changed`: ```yaml java_build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - uses: actions/setup-java@v3 with: java-version: 17...
Hey, I'd like to point out that the rationale for adding a Github token to the MacOS-runners on github.com also applies to enterprise runners. There, usually entire servers farms run...
Hi @axel-op, getting "Node.js 16 actions are deprecated." warning on using this action. This is similar to #27 issue. Looking for a fix and your help is needed. Thanks
Recently I tried to set up a new GitHub Action flow using googlejavaformat-action, it works great, but I always get this particular warning in logs: `[warning]Version "1.22.0" of Google Java...
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.14.1 to 3.14.2. Changelog Sourced from js-yaml's changelog. [3.14.2] - 2025-11-15 Security Backported v4.1.1 fix to v3 [4.1.1] - 2025-11-12 Security Fix prototype pollution issue in yaml...
Resolves: https://github.com/axel-op/googlejavaformat-action/issues/39
Hello, Since Google released v1.29.0 of "google-java-format", formatting no longer works on JDK17 :  The [changelog](https://github.com/google/google-java-format/releases/tag/v1.29.0) says: `The minimum support JDK version to run google-java-format is now JDK 21....