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 Oct 6, 2024
1 parent 23c4f54 commit abd65d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coding_convention.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Run test
run:
pre-commit install
git diff --name-only origin/main origin/update-source-code-lib-iec60730 | xargs pre-commit run --files > CodingConventionTool.txt
pre-commit run --all-files > CodingConventionTool.txt

- name: Upload Result
if: always()
Expand Down

0 comments on commit abd65d7

Please sign in to comment.