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 db76f4f commit e4db2c7
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 @@ -24,8 +24,9 @@ jobs:
- name: Run test
run: |
git config diff.renameLimit 999999
touch CodingConventionResult.log
git fetch origin
git diff --name-only origin/iec_efr32 origin/update-source-code-lib-iec60730 | xargs pre-commit run --files > CodingConventionResult.log
git diff --name-only origin/iec_efr32 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 e4db2c7

Please sign in to comment.