File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1717 matrix :
1818 include :
1919 - tool : ktlint
20+ error-format : " %f:%l:%c %m"
2021 - tool : detekt
22+ error-format : " %f:%l:%c: %m"
2123 permissions :
2224 pull-requests : write
2325 runs-on : ubuntu-latest
4143 CI_REPO_OWNER : ${{ github.repository_owner }}
4244 CI_REPO_NAME : ${{ github.event.repository.name }}
4345 CI_COMMIT : ${{ github.event.workflow_run.pull_requests[0].head.repo }}
44- run : echo reports/${{ matrix.tool }}-reviewdog.out | reviewdog -tee -reporter=github-pr-review
46+ run : echo reports/${{ matrix.tool }}-reviewdog.out | reviewdog -tee -reporter=github-pr-review -name=${{ matrix.tool }} -efm="${{ matrix.error-format }}"
4547 danger-check :
4648 if : github.event_name == 'pull_request_target'
4749 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments