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 a0c49c8 commit a94412e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/coding_convention.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ jobs:
sudo apt install uncrustify clang-tidy cppcheck
- name: Run test
run: |
git diff origin/gen-firmware-on-host-runner origin/update-source-code-lib-iec60730 | xargs pre-commit run --files
git fetch origin
git diff origin/gen-firmware-on-host-runner origin/update-source-code-lib-iec60730 | xargs pre-commit run --files

Expand Down

0 comments on commit a94412e

Please sign in to comment.