Skip to content

A Github Action for linting C/C++ code integrating clang-tidy and clang-format to collect feedback provided in the form of file-annotations, thread-comments, workflow step-summary, and Pull Request reviews.

License

Notifications You must be signed in to change notification settings

cpp-linter/cpp-linter-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace
 
 

Repository files navigation

How to build the docs

From the root directory of the repository, do the following to steps

  1. Install docs' dependencies

    pip install -r docs/requirements.txt
    

    On Linux, you may need to use pip3 instead.

  2. Build the docs

    mkdocs build
    

    or use the following command to see changes rendered in realtime.

    mkdocs serve
    

About

A Github Action for linting C/C++ code integrating clang-tidy and clang-format to collect feedback provided in the form of file-annotations, thread-comments, workflow step-summary, and Pull Request reviews.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks