Skip to content

Commit cb7d2fa

Browse files
committed
Use https. prettier -w
1 parent d43dce3 commit cb7d2fa

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

README.md

+6-11
Original file line numberDiff line numberDiff line change
@@ -4,41 +4,37 @@
44

55
`pre-commit-circleci` is a
66
[pre-commit](https://github.com/pre-commit/pre-commit) component that checks
7-
CircleCI configuration YAML files in Git repositories. It wraps
7+
CircleCI configuration YAML files in Git repositories. It wraps
88
[circleci-cli](https://github.com/CircleCI-Public/circleci-cli) in a hook that
99
pre-commit can use.
1010

11-
1211
## Requirements
1312

1413
`pre-commit-circleci` requires the following to run:
1514

16-
* [pre-commit](http://pre-commit.com)
17-
* [circleci-cli](https://github.com/CircleCI-Public/circleci-cli)
18-
15+
- [pre-commit](http://pre-commit.com)
16+
- [circleci-cli](https://github.com/CircleCI-Public/circleci-cli)
1917

2018
## Installation
2119

2220
1. [Install pre-commit](https://pre-commit.com/#install).
2321
1. [Install circlei-cli](https://github.com/CircleCI-Public/circleci-cli).
24-
1. Create a `.pre-commit-config.yaml` file in your repository. Set up CircleCI
22+
1. Create a `.pre-commit-config.yaml` file in your repository. Set up CircleCI
2523
validation as follows:
2624
```yaml
2725
repos:
28-
- repo: http://github.com/KoBoldMetals/pre-commit-circleci
26+
- repo: https://github.com/KoBoldMetals/pre-commit-circleci
2927
rev: v0.0.4
3028
hooks:
31-
- id: circleci-validate
29+
- id: circleci-validate
3230
```
3331
1. Run `pre-commit install` to install the hook.
3432

35-
3633
## Contributing
3734

3835
To contribute to `pre-commit-circleci`, clone this repository locally and
3936
commit your code on a separate branch, then submit a pull request.
4037

41-
4238
## Authors
4339

4440
- GitHub [@mplough](https://github.com/mplough)
@@ -48,7 +44,6 @@ commit your code on a separate branch, then submit a pull request.
4844
shell-lint](https://github.com/detailyang/pre-commit-shell) was used as a
4945
template for the validation hook.
5046

51-
5247
## License
5348

5449
pre-commit-circleci is licensed under the [MIT](https://github.com/KoBoldMetals/pre-commit-circleci/blob/master/LICENSE) license.

0 commit comments

Comments
 (0)