Skip to content

Commit 8c8d959

Browse files
committed
Enable debug logs for reviewdog
1 parent b2bf04a commit 8c8d959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-compliance-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
repository: ${{ github.event.pull_request.head.repo.full_name }}
6161
ref: ${{ github.event.pull_request.head.ref }}
6262
- name: Run reviewdog
63-
run: reviewdog -tee -reporter=github-pr-review
63+
run: reviewdog -tee -reporter=github-pr-review -log-level=debug
6464
env:
6565
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6666

0 commit comments

Comments
 (0)