Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 341 Bytes

File metadata and controls

18 lines (13 loc) · 341 Bytes

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: