mirror of
https://github.com/whisperity/CodeChecker-Action.git
synced 2025-12-28 18:57:26 +08:00
984 B
984 B
CodeChecker C++ static analysis action
GitHub Action to execute static analysis over C-family projects (C, C++, Objective-C) using the Clang infrastructure and CodeChecker as its driver.
Overview
⚠️ This action has been written with commands that target Ubuntu-based distributions!
Action configuration
Installing versions
| Variable | Default | Description |
|--------------|------------------------------------------------------------------|
| repository | Ericsson/CodeChecker | The CodeChecker repository to check out and build |
| version | master | The branch, tag, or commit SHA in the repository to use. |