electronjoe / github_action_gcc_problem_matcher_example

A demonstration of using GH Actions on a C++ codebase with support for gcc problem matching / PR annotations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Demonstration of Github action with gcc-problem-matcher

In debugging a large complex project's use of gcc-problem-matcher, I decided it would be helpful to set up a smaller example.

See the outstandig PR and relevant annotations due to a GCC warning over unused variable declarations.

About

A demonstration of using GH Actions on a C++ codebase with support for gcc problem matching / PR annotations

License:MIT License


Languages

Language:C++ 100.0%