Skip to content

Commit 2ddcfd3

Browse files
av1mgoogle-java-format Team
authored andcommitted
Addition of a third party: Github Actions
- Add the possibility of formatting your code from Github directly (taking all the events of Github Actions) - Addition of the word "old" for the eclipse plugin, since it is 1.6 release Fixes google#487 COPYBARA_INTEGRATE_REVIEW=google#487 from av1m:master 351b737 PiperOrigin-RevId: 313312689
1 parent 98c8525 commit 2ddcfd3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ and import it into File→Settings→Editor→Code Style.
5555

5656
### Eclipse
5757

58-
A
58+
Version 1.6 of the
5959
[google-java-format Eclipse plugin](https://github.com/google/google-java-format/releases/download/google-java-format-1.6/google-java-format-eclipse-plugin_1.6.0.jar)
6060
can be downloaded from the releases page. Drop it into the Eclipse
6161
[drop-ins folder](http://help.eclipse.org/neon/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Freference%2Fmisc%2Fp2_dropins_format.html)
@@ -81,6 +81,9 @@ Implementation`.
8181
* [maltzj/google-style-precommit-hook](https://github.com/maltzj/google-style-precommit-hook):
8282
A pre-commit (pre-commit.com) hook that will automatically run GJF whenever
8383
you commit code to your repository
84+
* [Github Actions](https://github.com/features/actions)
85+
* [googlejavaformat-action](https://github.com/axel-op/googlejavaformat-action):
86+
Automatically format your Java files when you push on github
8487

8588
### as a library
8689

0 commit comments

Comments
 (0)