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 b2bf04a commit 8c8d959Copy full SHA for 8c8d959
.github/workflows/pr-compliance-check.yml
@@ -60,7 +60,7 @@ jobs:
60
repository: ${{ github.event.pull_request.head.repo.full_name }}
61
ref: ${{ github.event.pull_request.head.ref }}
62
- name: Run reviewdog
63
- run: reviewdog -tee -reporter=github-pr-review
+ run: reviewdog -tee -reporter=github-pr-review -log-level=debug
64
env:
65
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
66
0 commit comments