From 049d56513f04c20b6b8d0eb94ec1b0ab404eefb3 Mon Sep 17 00:00:00 2001 From: silabs-bingocth Date: Thu, 26 Sep 2024 04:11:07 +0700 Subject: [PATCH] Update coding_convention.yaml --- .github/workflows/coding_convention.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/coding_convention.yaml b/.github/workflows/coding_convention.yaml index 50ea7180..b680425d 100644 --- a/.github/workflows/coding_convention.yaml +++ b/.github/workflows/coding_convention.yaml @@ -23,8 +23,9 @@ jobs: sudo apt install uncrustify clang-tidy cppcheck - name: Run test run: | + touch CodingConventionResult.log git fetch origin - git diff --name-only origin/develop origin/update-source-code-lib-iec60730 | xargs pre-commit run --files > CodingConventionResult.log + git diff --name-only origin/develop origin/update-source-code-lib-iec60730 | xargs pre-commit run --files - name: Upload Result uses: actions/upload-artifact@v4.3.4 with: