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 11b5354 commit 64050cfCopy full SHA for 64050cf
.github/workflows/check-prdoc.yml
@@ -56,4 +56,4 @@ jobs:
56
run: |
57
echo "Checking for PR#${GITHUB_PR}"
58
echo "You can find more information about PRDoc at $PRDOC_DOC"
59
- $ENGINE run --rm -v $PWD:/repo $IMAGE check -n ${GITHUB_PR}
+ $ENGINE run --rm -v $PWD:/repo -e RUST_LOG=info $IMAGE check -n ${GITHUB_PR}
0 commit comments