mirror of
https://github.com/whisperity/CodeChecker-Action.git
synced 2025-12-29 03:07:23 +08:00
16 lines
359 B
Markdown
16 lines
359 B
Markdown
|
|
# [CodeChecker](http://github.com/Ericsson/CodeChecker/) C++ static analysis action
|
||
|
|
|
||
|
|
GitHub Action to execute static analysis over C-family projects (C, C++,
|
||
|
|
Objective-C) using the [Clang](http://clang.llvm.org/) infrastructure and
|
||
|
|
[CodeChecker](http://github.com/Ericsson/CodeChecker/) as its driver.
|
||
|
|
|
||
|
|
## Overview
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
## Action configuration
|
||
|
|
|
||
|
|
~~~{.yaml}
|
||
|
|
|
||
|
|
~~~
|