ShellCheck Action
ActionsTags
(1)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}}
- Shellcheck - https://github.com/koalaman/shellcheck
ShellCheck Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.