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: Shellcheck - https://github.com/koalaman/shellcheck