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 3c8f12f commit 4f24682
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/coding_convention.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,17 @@ jobs:
run: |
pip install pre-commit
sudo apt install uncrustify clang-tidy cppcheck
- name: Run test
run: |
pre-commit run --files > CodingConventionTool.log
- name: Upload Result
uses: actions/[email protected]
with:
name: CodingConventionTool.log
path: .
warn: Output a warning but do not fail the action
retention-days: 90




Expand Down

0 comments on commit 4f24682

Please sign in to comment.