mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-07 20:50:08 +08:00
test passed, removing test code
Test link: https://github.com/TheAlgorithms/C-Plus-Plus/pull/943/checks?check_run_id=851231578
This commit is contained in:
2
.github/workflows/awesome_workflow.yml
vendored
2
.github/workflows/awesome_workflow.yml
vendored
@@ -116,8 +116,6 @@ jobs:
|
||||
import subprocess
|
||||
import sys
|
||||
|
||||
subprocess.run(["clang-tidy", "-dump-config"], check=True, text=True)
|
||||
|
||||
print("Python {}.{}.{}".format(*sys.version_info)) # Python 3.8
|
||||
with open("git_diff.txt") as in_file:
|
||||
modified_files = sorted(in_file.read().splitlines())
|
||||
|
||||
Reference in New Issue
Block a user