Skip to content

Commit 2f6203c

Browse files
committed
better
1 parent d86f5a8 commit 2f6203c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-code-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: |
5757
. venv/bin/activate &&
5858
echo "[]" > comments &&
59-
venv/bin/python ./llvm/utils/git/code-format-helper.py \
59+
python ./llvm/utils/git/code-format-helper.py \
6060
--write-comment-to-file \
6161
--token ${{ secrets.GITHUB_TOKEN }} \
6262
--issue-number $GITHUB_PR_NUMBER \

0 commit comments

Comments
 (0)