Skip to content

Commit

Permalink
Correctly separate context vs added suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
niloc132 committed Mar 20, 2023
1 parent f1384c4 commit 961bd35
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/quick-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,22 +51,24 @@ jobs:
if: failure()
with:
job-id: spotless-formatting
arguments: spotlessJavaApply
arguments: spotlessApply
gradle-version: wrapper
- name: suggester / shellcheck
- name: suggester / applySpotless
uses: reviewdog/action-suggester@v1
if: failure()
with:
tool_name: spotless
filter_mode: diff_context
- name: On failure, try to generate proto output and propose fixes
uses: burrunan/gradle-cache-action@v1
if: failure()
with:
job-id: spotless-formatting
job-id: protoc-codegen
arguments: updateProto
gradle-version: wrapper
- name: suggester / updateProto
uses: reviewdog/action-suggester@v1
if: failure()
with:
tool_name: spotless
tool_name: protoc
filter_mode: added

0 comments on commit 961bd35

Please sign in to comment.