Skip to content

Commit

Permalink
actually run the diff
Browse files Browse the repository at this point in the history
  • Loading branch information
niloc132 committed Mar 20, 2023
1 parent e043211 commit 865afd7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/quick-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
arguments: spotlessJavaApply
gradle-version: wrapper
- run: git diff
if: failure()
- name: suggester / shellcheck
uses: reviewdog/action-suggester@v1
if: failure()
Expand All @@ -67,6 +68,7 @@ jobs:
arguments: updateProto --info
gradle-version: wrapper
- run: git diff
if: failure()
- name: suggester / updateProto
uses: reviewdog/action-suggester@v1
if: failure()
Expand Down

0 comments on commit 865afd7

Please sign in to comment.