IOT_DS-8449 Refactor code convention check#60
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 2474189c00
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 73f5e9b279
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
b812356 to
4ff0fb1
Compare
Code convention workflow now uses github composite action Co-authored-by: Cursor <cursoragent@cursor.com>
4ff0fb1 to
dbe91d4
Compare
|
PR is ready @silabs-TiborL |
|



Description
Related Issue
Closes #<issue_number>
Changes Made
Checklist
Screenshots (if applicable)
Additional Notes
Note
Medium Risk
CI behavior changes (trigger conditions and a new external action dependency) could alter when/what gets checked and may affect enforcement reliability, though no product/runtime code paths change.
Overview
Simplifies the
00-Check-Code-ConventionGitHub Actions workflow by switching from an in-repo/submodule pre-commit + toolchain install/run sequence to a singleSiliconLabsSoftware/devs-coding-convention-tool@masteraction step.The workflow is now triggered only for PRs targeting
main/master/release/**(no longer on mostpushevents), and theworkflow_dispatchdefault branch input is changed frommastertomain. Also includes minor comment typo fixes in thecreate_bl_files.{bat,sh}scripts.Written by Cursor Bugbot for commit dbe91d4. This will update automatically on new commits. Configure here.