googlejavaformat-action icon indicating copy to clipboard operation
googlejavaformat-action copied to clipboard

GitHub Action that formats Java files following Google Style guidelines

Results 7 googlejavaformat-action issues
Sort by recently updated
recently updated
newest added

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...

dependencies

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...

enhancement

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...