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 7b06cae commit 6229f3e
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/coding_convention.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
steps:
- name: Checkout
uses: actions/[email protected]
with:
ref: create-unit-test-functions-in-lib-iec60730
- name: Check working directory
run: |
pwd
Expand All @@ -20,14 +22,7 @@ jobs:
sudo apt install uncrustify clang-tidy cppcheck
- name: Run test
run: |
git diff --name-only main $BRANCH_NAME | 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
pre-commit run --files

Expand Down

0 comments on commit 6229f3e

Please sign in to comment.