From 9ee72f3af3d70384783a1ef9b9c4df5be9882938 Mon Sep 17 00:00:00 2001 From: Krishna Vedala <7001608+kvedala@users.noreply.github.com> Date: Wed, 8 Jul 2020 15:30:35 -0400 Subject: [PATCH] test passed, removing test code Test link: https://github.com/TheAlgorithms/C-Plus-Plus/pull/943/checks?check_run_id=851231578 --- .github/workflows/awesome_workflow.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/awesome_workflow.yml b/.github/workflows/awesome_workflow.yml index 873040c1c..6be0169a8 100644 --- a/.github/workflows/awesome_workflow.yml +++ b/.github/workflows/awesome_workflow.yml @@ -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())