Files
codechecker-analysis-action/README.md

16 lines
359 B
Markdown
Raw Normal View History

2021-11-27 11:18:56 +01:00
# [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}
~~~