Handy notes from this article.
git submodule add https://github.com/caarlos0/shell-travis-build.git build
cp build/travis.yml.example .travis.yml
Adds ShellCheck verification via Travis CI for any shell scripts in the repo.
Handy notes from this article.
git submodule add https://github.com/caarlos0/shell-travis-build.git build
cp build/travis.yml.example .travis.yml
Adds ShellCheck verification via Travis CI for any shell scripts in the repo.