chia7712 commented on code in PR #22496:
URL: https://github.com/apache/kafka/pull/22496#discussion_r3369622461
##########
.github/scripts/checkstyle.py:
##########
@@ -75,7 +75,7 @@ def parse_report(workspace_path, fp) -> Tuple[int, int]:
See:
https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/workflow-commands-for-github-actions#setting-a-notice-message
"""
if not os.getenv("GITHUB_WORKSPACE"):
- print("This script is intended to by run by GitHub Actions.")
+ print("This script is intended to be run by GitHub Actions.")
Review Comment:
It seems many files have the same issue. Would you mind grabbing them in
this PR?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]