A bundle for Batect that provides a task to lint shell scripts with ShellCheck.
Add the following to your batect.yml:
include:
- type: git
repo: https://github.com/batect/shellcheck-bundle.git
ref: XXX # Replace with latest version from https://github.com/batect/shellcheck-bundle/releasesRuns ShellCheck on all shell scripts in the project directory.
Recursively searches for any files ending in .sh.
Exits with a non-zero status code if any issues are found.
Run ./batect --list-tasks to see a list of available tasks for this project.