Skip to content

Commit

Permalink
Update coding_convention.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
silabs-bingocth authored Sep 25, 2024
1 parent 039766c commit f30e530
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/coding_convention.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f30e530

Please sign in to comment.