samvera / samvera-circleci-orb

An orb with a set of tasks to centralize testing infrastructure for Samvera Core Components
Apache License 2.0
0 stars 3 forks source link

Fix issues with shellcheck #37

Closed rotated8 closed 3 years ago

rotated8 commented 4 years ago

Shellcheck is a job in Cirlcle's orb-tools orb. It runs the shellcheck utility against the run statements within our jobs and commands.

Shellcheck fails on the orb because we use CircleCI parameters in shell commands, among other reasons. It'd be nice to check our shell commands whenever the orb is updated.

rotated8 commented 3 years ago

orb-tools no longer includes shellcheck.