We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e72f25e commit b1d07d3Copy full SHA for b1d07d3
.github/workflows/checkstyle.yml
@@ -22,10 +22,10 @@ jobs:
22
run: |
23
wget https://github.com/google/google-java-format/releases/download/google-java-format-1.9/google-java-format-1.9-all-deps.jar -O formatter.jar
24
java -jar formatter.jar --replace --set-exit-if-changed $(find . -type f -name "*.java" | grep ".*/src/.*java")
25
+ git diff
26
- name: Commit formatted changes
27
if: failure()
28
- black .
29
git config --global user.name github-actions
30
git config --global user.email '${GITHUB_ACTOR}@users.noreply.github.com'
31
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY
0 commit comments