CircleCI-Archived / orb-starter-kit

A starter kit for new orb authors
https://circleci.com/orbs
MIT License
27 stars 23 forks source link

Feature Request: Add Shell Checking #39

Closed KyleTryon closed 4 years ago

KyleTryon commented 4 years ago

We can automatically shell check the scripts included in run statements in parallel to the linting process.

https://github.com/koalaman/shellcheck


How to accomplish:

  1. Add new "shellcheck" command to the orbs-tool-orb"
  2. Add job in parallel to the linting job to shellcheck the src directory. (as requested) https://github.com/CircleCI-Public/orb-tools-orb/issues/47