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 d86f5a8 commit 2f6203cCopy full SHA for 2f6203c
.github/workflows/pr-code-format.yml
@@ -56,7 +56,7 @@ jobs:
56
run: |
57
. venv/bin/activate &&
58
echo "[]" > comments &&
59
- venv/bin/python ./llvm/utils/git/code-format-helper.py \
+ python ./llvm/utils/git/code-format-helper.py \
60
--write-comment-to-file \
61
--token ${{ secrets.GITHUB_TOKEN }} \
62
--issue-number $GITHUB_PR_NUMBER \
0 commit comments