ShellCheck Action
ActionsTags
(1)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}}
- 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.