mirror of
https://github.moeyy.xyz/https://github.com/TheAlgorithms/C.git
synced 2023-10-11 15:56:24 +08:00
parent
f13781f35c
commit
a86583fe96
2
.github/workflows/awesome_workflow.yml
vendored
2
.github/workflows/awesome_workflow.yml
vendored
@ -120,7 +120,7 @@ jobs:
|
||||
if not cpp_files:
|
||||
sys.exit(0)
|
||||
|
||||
subprocess.run(["clang-tidy-10", "-p=build", *cpp_files, "--"],
|
||||
subprocess.run(["clang-tidy-10", "-p=build", "--fix", *cpp_files, "--"],
|
||||
check=True, text=True, stderr=subprocess.STDOUT)
|
||||
# for cpp_file in cpp_files:
|
||||
# subprocess.run(["clang-tidy-10", "-p=build", cpp_file, "--"],
|
||||
|
Loading…
Reference in New Issue
Block a user