mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 11:19:45 +08:00
Updated CircleCI (markdown)
@@ -1,6 +1,6 @@
|
||||
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:
|
||||
|
||||
https://circleci.com/orbs/registry/orb/circleci/shellcheck
|
||||
@@ -17,7 +17,7 @@ workflows:
|
||||
- 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.
|
||||
|
||||
For example:
|
||||
|
Reference in New Issue
Block a user