File tree Expand file tree Collapse file tree 3 files changed +3
-117
lines changed
actions/clang-tidy-native Expand file tree Collapse file tree 3 files changed +3
-117
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 6262 - name : Show ccache stats
6363 run : ccache --show-stats
6464 - name : Run clang-tidy
65- uses : ./.github/actions/ clang-tidy-native
65+ uses : aobolensk/ clang-tidy-action@initial
6666 id : review
6767 with :
6868 exclude : " 3rdparty build"
@@ -111,7 +111,7 @@ jobs:
111111 - name : Show ccache stats
112112 run : ccache --show-stats
113113 - name : Run clang-tidy
114- uses : ./.github/actions/ clang-tidy-native
114+ uses : aobolensk/ clang-tidy-action@initial
115115 id : review
116116 with :
117117 exclude : " 3rdparty build docs_venv .git .pytest_cache .ruff_cache xml"
Original file line number Diff line number Diff line change @@ -228,7 +228,7 @@ class Task {
228228 const auto max_time = ppc::util::GetTaskMaxTime ();
229229 std::stringstream err_msg;
230230 if (diff < max_time) {
231- err_msg << " Test time:" << std::fixed << std::setprecision (10 ) << diff << ' \n ' ;
231+ err_msg << " Test time:" << std::fixed << std::setprecision (10 ) << diff << std::endl ;
232232 } else {
233233 err_msg << " \n Task execute time need to be: " ;
234234 err_msg << " time < " << max_time << " secs.\n " ;
You can’t perform that action at this time.
0 commit comments