CircleCI-Public / shellcheck-orb

An orb for ShellCheck, a static analysis tool for shell scripts (https://shellcheck.net) — check all scripts in your repository on every commit
https://circleci.com/developer/orbs/orb/circleci/shellcheck
MIT License
19 stars 26 forks source link

update example to match the latest release #10

Closed cpanato closed 5 years ago

cpanato commented 5 years ago

The latest release is 1.3.8 however the examples use 1.0.0, this PR update the examples to use the latest release, to avoid confusion.

iynere commented 5 years ago

@cpanato versions used in examples aren't intended to match the latest release of the orb—we update all our orbs fairly frequently & that kind of maintenance would be overwhelming—but i've modified your PR to make that more obvious

cpanato commented 5 years ago

@iynere make sense, thanks!