Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 341 Bytes

README.md

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/[email protected]
    env:
      GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

Acknowledgements: