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 17
17
matrix :
18
18
include :
19
19
- tool : ktlint
20
+ error-format : " %f:%l:%c %m"
20
21
- tool : detekt
22
+ error-format : " %f:%l:%c: %m"
21
23
permissions :
22
24
pull-requests : write
23
25
runs-on : ubuntu-latest
41
43
CI_REPO_OWNER : ${{ github.repository_owner }}
42
44
CI_REPO_NAME : ${{ github.event.repository.name }}
43
45
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 }}"
45
47
danger-check :
46
48
if : github.event_name == 'pull_request_target'
47
49
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments