diff --git a/.github/workflows/common_function_lint.yml b/.github/workflows/common_function_lint.yml index d23b587c..b0060dee 100644 --- a/.github/workflows/common_function_lint.yml +++ b/.github/workflows/common_function_lint.yml @@ -79,5 +79,5 @@ jobs: # - name: Run clang-format google style check # run: | - # chmod +x .github/workflows/taskRunner/common_functions/runGoogleStyleCheck.sh - # .github/workflows/taskRunner/common_functions/runGoogleStyleCheck.sh \ No newline at end of file + # chmod +x .github/workflows/taskRunner/common_functions/run_clang_format.sh + # .github/workflows/taskRunner/common_functions/run_clang_format.sh \ No newline at end of file diff --git a/.github/workflows/taskRunner/common_functions/runGoogleStyleCheck.sh b/.github/workflows/taskRunner/common_functions/run_clang_format.sh similarity index 100% rename from .github/workflows/taskRunner/common_functions/runGoogleStyleCheck.sh rename to .github/workflows/taskRunner/common_functions/run_clang_format.sh