Skip to content

Commit b1d07d3

Browse files
remove non-concert command
1 parent e72f25e commit b1d07d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checkstyle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
run: |
2323
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
2424
java -jar formatter.jar --replace --set-exit-if-changed $(find . -type f -name "*.java" | grep ".*/src/.*java")
25+
git diff
2526
- name: Commit formatted changes
2627
if: failure()
2728
run: |
28-
black .
2929
git config --global user.name github-actions
3030
git config --global user.email '${GITHUB_ACTOR}@users.noreply.github.com'
3131
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY

0 commit comments

Comments
 (0)