Skip to content
code

GitHub Action

ShellCheck Action

0.0.4 Latest version

ShellCheck Action

code

ShellCheck Action

Check shell scripts using shellcheck

Installation

Copy and paste the following snippet into your .yml file.

              

- name: ShellCheck Action

uses: fearphage/shellcheck-action@0.0.4

Learn more about this action in fearphage/shellcheck-action

Choose a version

Shellcheck Action

Usage

Add the following to your GIthub Actions workflows:

steps:
  - uses: actions/checkout@master
  - name: ShellCheck Action
    uses: fearphage/shellcheck-action@0.0.4
    env:
      GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

Acknowledgements: