Skip to content

Joshua-Ashton/gcc-problem-matcher

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gcc-problem-matcher with build dir support

This is just gcc-problem-matcher but it ignores ../ at the start of the build dir

Github Action to problem match output from gcc. This allows warnings and errors from the compiler to be prominently featured in pull requests like so:

Matcher in action in pull request

This is a direct port of the $gcc rule from vscode-cpptools. Typical usage will be:

    - uses: Joshua-Ashton/gcc-problem-matcher@master
    - name: Build Project
      run: make

Note that this action does not build your code for you. It only makes the errors and warnings from your compiler more prominent.

Development

Keep this up-to-date with the upstream vscode-cpptools gcc matcher: https://github.com/microsoft/vscode-cpptools/blob/a8285cbc0efb5b09c2d2229b0e0772dcb3b602df/Extension/package.json#L76-L94

About

Github Action to problem match gcc output

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%