Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 342 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 342 Bytes

'ShellCheck' docker action

A GitHub action to lint shell scripts using ShellCheck.

Inputs

Path to files to check, default config otherwise

Outputs

None

Example usage

   uses: containerbuildsystem/actions/shellcheck@master
   with:
     path: '.'