mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-05 19:49:56 +08:00
test dump config to ensure config is read correctly
This commit is contained in:
1
.github/workflows/awesome_workflow.yml
vendored
1
.github/workflows/awesome_workflow.yml
vendored
@@ -128,6 +128,7 @@ jobs:
|
||||
sys.exit(0)
|
||||
|
||||
print("clang-tidy:")
|
||||
subprocess.run(["clang-tidy", "-dump-config"], check=True, text=True)
|
||||
for cpp_file in cpp_files:
|
||||
subprocess.run(["clang-tidy", "--quiet", "--fix", cpp_file, "--"], check=True, text=True)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user