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 6b2811e commit dca0aa4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/coding_convention.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,20 @@ jobs:
ls -la
- name: Set up environment
run: |
ls -la
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
pip install pre-commit
sudo apt install uncrustify clang-tidy cppcheck
- name: Run test
run: |
git config diff.renameLimit 999999
git fetch origin
git diff --name-only origin/main origin/iec_efr32 | xargs pre-commit run --files > CodingConventionResult.log
git diff --name-only origin/gen-firmware-on-host-runner origin/update-source-code-lib-iec60730 | xargs pre-commit run --files
- name: Upload Result
uses: actions/[email protected]
with:
Expand Down

0 comments on commit dca0aa4

Please sign in to comment.