Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

lumaxis/shellcheck-problem-matchers

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

Repository files navigation

shellcheck-problem-matchers status

shellcheck problem matchers for GitHub Actions

A set of problem matchers for shellcheck that automatically decorate log output and generate GitHub annotations on for example a Pull Request. This currently supports the gcc and tty formats.

Usage

To enable the shellcheck problem matchers, simply add this Action as a step before running the actual shellcheck command:

uses: lumaxis/shellcheck-problem-matchers@v2
run: shellcheck -f gcc *.sh

Note: You will get the best results when specifying gcc as the shellcheck output format: shellcheck -f gcc

See the actions tab for runs of this action! 🚀

Additional Options

By default, this Action installs all available problem matchers but you can specify one of the available formats explicitly:

uses: lumaxis/shellcheck-problem-matchers@v2
with:
  format: gcc # Available options are "gcc" or "tty"

About

A set of shellcheck problem matchers to enable annotations in GitHub Actions

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Generated from actions/javascript-action
Morty Proxy This is a proxified and sanitized view of the page, visit original site.