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 82c9f9e commit 049d565
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/coding_convention.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
Expand Down

0 comments on commit 049d565

Please sign in to comment.