We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8f591b commit 9331d72Copy full SHA for 9331d72
.github/actions/test-ruby/action.yml
@@ -107,7 +107,7 @@ runs:
107
108
- name: Generate RuboCop report
109
if: inputs.RUBOCOP == 'true'
110
- uses: d-lebed/rubocop-run-action@v0.12.0
+ uses: d-lebed/rubocop-run-action@v0.13.0
111
with:
112
options: --format=RdjsonFormatter --out=reviewdog-report.json --format=progress
113
rdjson_formatter: ${{ inputs.REVIEWDOG }}
0 commit comments