Updated CircleCI (markdown)

rose
2019-01-07 14:04:46 -05:00
parent 4986818ee0
commit 621a231820

@@ -1,6 +1,6 @@
Shellcheck can be run on CircleCI in a variety of ways: Shellcheck can be run on CircleCI in a variety of ways:
### Via [CircleCI Orbs](http://circleci.com/orbs) ## Via [CircleCI Orbs](http://circleci.com/orbs)
CircleCI provides a `circleci/shellcheck` orb that can be used in any CircleCI workflow: CircleCI provides a `circleci/shellcheck` orb that can be used in any CircleCI workflow:
https://circleci.com/orbs/registry/orb/circleci/shellcheck https://circleci.com/orbs/registry/orb/circleci/shellcheck
@@ -17,7 +17,7 @@ workflows:
- shellcheck/check - shellcheck/check
``` ```
### Manually ## Manually
Simply copy and paste the [existing installation instructions](https://github.com/koalaman/shellcheck#installing) into a `run` step in your CircleCI job. Simply copy and paste the [existing installation instructions](https://github.com/koalaman/shellcheck#installing) into a `run` step in your CircleCI job.
For example: For example: