This action processes diagnostics produced by clang-tidy and outputs them so that they are displayed in-line for GitHub pull requests.
This action only processes already existing fixes files so they have to be generated by a previous step in your workflow. This can be done, e.g. by clang-tidy-diff when using the -export-fixes
parameter.
fixesFile
: Path to the file which was generated by clang-tidy
- name: Process clang-tidy warnings
uses: asarium/clang-tidy-action@v1
with:
fixesFile: clang-fixes.yaml