From f30e530e909c11f463f68a58819d8cd14f804f7c Mon Sep 17 00:00:00 2001 From: silabs-bingocth Date: Thu, 26 Sep 2024 02:19:46 +0700 Subject: [PATCH] Update coding_convention.yaml --- .github/workflows/coding_convention.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/coding_convention.yaml b/.github/workflows/coding_convention.yaml index 1bcdfde5..0a2e48e3 100644 --- a/.github/workflows/coding_convention.yaml +++ b/.github/workflows/coding_convention.yaml @@ -24,7 +24,12 @@ jobs: ls -la git clone $REPO_LINK ls -la - cp -r ./tools . + cp ./tools/.clang-format . + cp ./tools/.clang-tidy . + cp ./tools/.codespell/.codespellrc . + cp ./tools/.codespell/exclude-file.txt . + cp ./tools/.codespell/ignore-words.txt . + ls -la cd IEC60730_Libs ls -la