Skip to content

Commit

Permalink
Add missing error format
Browse files Browse the repository at this point in the history
  • Loading branch information
OptimumCode committed Aug 10, 2024
1 parent 1437dd5 commit dbb435c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pr-compliance-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
matrix:
include:
- tool: ktlint
error-format: "%f:%l:%c %m"
- tool: detekt
error-format: "%f:%l:%c: %m"
permissions:
pull-requests: write
runs-on: ubuntu-latest
Expand All @@ -41,7 +43,7 @@ jobs:
CI_REPO_OWNER: ${{ github.repository_owner }}
CI_REPO_NAME: ${{ github.event.repository.name }}
CI_COMMIT: ${{ github.event.workflow_run.pull_requests[0].head.repo }}
run: echo reports/${{ matrix.tool }}-reviewdog.out | reviewdog -tee -reporter=github-pr-review
run: echo reports/${{ matrix.tool }}-reviewdog.out | reviewdog -tee -reporter=github-pr-review -name=${{ matrix.tool }} -efm="${{ matrix.error-format }}"
danger-check:
if: github.event_name == 'pull_request_target'
runs-on: ubuntu-latest
Expand Down

0 comments on commit dbb435c

Please sign in to comment.