sudo-bot / action-shellcheck

A GitHub action to use ShellCheck

Home Page:https://github.com/koalaman/shellcheck#readme

Repository from Github https://github.comsudo-bot/action-shellcheckRepository from Github https://github.comsudo-bot/action-shellcheck

A GitHub action to run ShellCheck

Go to ShellCheck at GitHub

You can find the image on Docker Hub

Docker Pulls

You can find the image on Docker Hub

I use the base image koalaman/shellcheck for this action

This action has make and bash.

Example usage

  - uses: actions/checkout@v4
  - name: run shellcheck
    uses: sudo-bot/action-shellcheck@latest
    with:
        # https://github.com/koalaman/shellcheck#how-to-use
        cli-args: "myscript"

Advanced usage

  - uses: actions/checkout@v4
  - name: run shellcheck
    uses: sudo-bot/action-shellcheck@latest
    with:
        # https://github.com/koalaman/shellcheck#how-to-use
        cli-args: "--format=checkstyle --severity=info script.sh"

About

A GitHub action to use ShellCheck

https://github.com/koalaman/shellcheck#readme

License:Mozilla Public License 2.0


Languages

Language:Dockerfile 45.6%Language:Makefile 40.6%Language:Shell 13.8%