C/C++ Linter
Version updated for https://github.com/cpp-linter/cpp-linter-action to version v2.17.0.
- This action is used across all versions by 929 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The C/C++ Linter GitHub Action automates the process of linting and formatting C/C++ code using clang-tidy and clang-format. It provides feedback through file annotations, thread comments, workflow summaries, and pull request reviews, streamlining code quality checks and ensuring adherence to coding standards. This action simplifies code review workflows by identifying and suggesting fixes for style and coding issues directly within GitHub.
Release notes
🚀 New features and improvements
- feat: support clang version to include 22 and adjust default version to 20 by @shenxianpeng in #398
👷 Changes for developers
- chore(deps): update Dependabot configuration to limit open pull requests and change schedule to weekly by @shenxianpeng in #400
Full Changelog: https://github.com/cpp-linter/cpp-linter-action/compare/v2.16.7...v2.17.0