Skip to content

Commit

Permalink
be clearer about suggestion types
Browse files Browse the repository at this point in the history
  • Loading branch information
niloc132 committed Mar 20, 2023
1 parent 865afd7 commit 2070ef3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/quick-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,15 @@ jobs:
if: failure()
with:
job-id: spotless-formatting
arguments: spotlessJavaApply
arguments: spotlessApply
gradle-version: wrapper
- run: git diff
if: failure()
- name: suggester / shellcheck
- name: suggester / spotlessApply
uses: reviewdog/action-suggester@v1
if: failure()
with:
tool_name: spotless
tool_name: spotlessApply
- name: On failure, try to generate proto output and propose fixes
uses: burrunan/gradle-cache-action@v1
if: failure()
Expand All @@ -69,8 +69,8 @@ jobs:
gradle-version: wrapper
- run: git diff
if: failure()
- name: suggester / updateProto
- name: suggester / updateProtobuf
uses: reviewdog/action-suggester@v1
if: failure()
with:
tool_name: spotless
tool_name: updateProtobuf

0 comments on commit 2070ef3

Please sign in to comment.