Reusable Workflows
This section contains all the reusable GitHub Actions workflows available in this repository.
Available Workflows
- C/C++ Lint Workflow - Code quality checks using clang-format and clang-tidy
- Static Analysis Workflow - Security analysis using cppcheck
- Documentation Workflow - Doxygen documentation generation and GitHub Pages deployment
- Link Check Workflow - Documentation link validation using Lychee
- YAML Lint Workflow - YAML file validation and formatting
Usage
Each workflow is designed to be reusable and can be called from other repositories. See the individual workflow documentation for detailed usage instructions and parameters.