botsudo/action-shellcheck

Sponsored OSS

By Wdes SAS / Sudo Bot

Updated 4 months ago

A GitHub action to run ShellCheck

Image
Languages & frameworks
Integration & delivery
Developer tools
0

10K+

botsudo/action-shellcheck repository overview

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@v6
  - 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@v6
  - 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"

Tag summary

Content type

Image

Digest

sha256:c221fe972

Size

8.3 MB

Last updated

4 months ago

docker pull botsudo/action-shellcheck

This week's pulls

Pulls:

1,266

Last week