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 2115ad3 commit 4f70c6fCopy full SHA for 4f70c6f
pytype_runner.py
@@ -173,7 +173,7 @@ def setup_and_run_pytype_action(scriptname: str):
173
branch = os.environ.get("GITHUB_HEAD_REF", None) or os.environ.get("GITHUB_REF_NAME", None)
174
filelink_baseurl = f"{server_url}/{repository}/blob/{branch}"
175
retcode, results = run_pytype_and_parse_annotations(xfail_files, filelink_baseurl)
176
- # Write the panda table to a markdown output file:
+ # Write the pandas table to a markdown output file:
177
summary_file = os.environ.get("GITHUB_STEP_SUMMARY", None)
178
if summary_file:
179
dirname = os.path.dirname(summary_file)
0 commit comments