Skip to content

Add Clang formatter to GitHub workflow#136

Closed
quic-mtharu wants to merge 2 commits intoqualcomm:developmentfrom
quic-mtharu:main
Closed

Add Clang formatter to GitHub workflow#136
quic-mtharu wants to merge 2 commits intoqualcomm:developmentfrom
quic-mtharu:main

Conversation

@quic-mtharu
Copy link
Contributor

@quic-mtharu quic-mtharu commented Jan 27, 2025

Summary

This PR adds a GitHub workflow to automatically format code using Clang formatter.

Changes

  • Created a new workflow file .github/workflows/clang-format.yml.
  • Configured the workflow to run Clang formatter on push and pull request events for the main and development branch.
  • Included steps to check out the repository, set up Clang, run Clang formatter, and commit any changes.

Testing

  • Verified that the workflow runs successfully on push and pull request events.
  • Ensured that Clang formatter correctly formats the code and commits changes if necessary.

Notes

  • This setup helps maintain consistent code formatting across the project.
  • The workflow will create a new commit if there are formatting changes.

@quic-mtharu quic-mtharu force-pushed the main branch 8 times, most recently from 0c36097 to 8e39eee Compare January 29, 2025 15:37
ekanshibu
ekanshibu previously approved these changes Jan 30, 2025
fix all format issues using clang formatter

Signed-off-by: Tharun Kumar Merugu <quic_mtharu@quicinc.com>
@github-actions
Copy link

This pull request has been marked as stale due to 60 days of inactivity. To prevent automatic closure in 10 days, remove the stale label or add a comment. You can reopen a closed pull request at any time.

@github-actions github-actions bot added the Stale label Jul 16, 2025
@github-actions github-actions bot closed this Jul 27, 2025
quic-kdybcio added a commit to quic-kdybcio/fastrpc that referenced this pull request Aug 11, 2025
Loosely based on qualcomm#136

Signed-off-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
quic-kdybcio added a commit to quic-kdybcio/fastrpc that referenced this pull request Aug 11, 2025
Loosely based on qualcomm#136

Signed-off-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
quic-kdybcio added a commit to quic-kdybcio/fastrpc that referenced this pull request Aug 11, 2025
Loosely based on qualcomm#136

Signed-off-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
@quic-kdybcio quic-kdybcio mentioned this pull request Aug 11, 2025
quic-kdybcio added a commit to quic-kdybcio/fastrpc that referenced this pull request Aug 11, 2025
Loosely based on qualcomm#136

Signed-off-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
quic-kdybcio added a commit to quic-kdybcio/fastrpc that referenced this pull request Aug 14, 2025
Loosely based on qualcomm#136

Signed-off-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
quic-kdybcio added a commit to quic-kdybcio/fastrpc that referenced this pull request Sep 11, 2025
Loosely based on qualcomm#136

Signed-off-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
quic-kdybcio added a commit to quic-kdybcio/fastrpc that referenced this pull request Dec 2, 2025
Loosely based on qualcomm#136

Signed-off-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants