An open API service indexing awesome lists of open source software.

https://github.com/emmeowzing/circleci-orb-pre-commit-hook

CircleCI orb pack and validate pre-commit hook
https://github.com/emmeowzing/circleci-orb-pre-commit-hook

circleci orb pre-commit

Last synced: 4 months ago
JSON representation

CircleCI orb pack and validate pre-commit hook

Awesome Lists containing this project

README

          

CircleCI Orb Pack and Validate pre-commit hook
----------------------------------------------

A [pre-commit](https://github.com/pre-commit/pre-commit) hook to run CircleCI Orb `pack` and `validate` steps on your commits.

### Prerequisites

You must have the `circleci` CLI installed.

#### Example `.pre-commit-config.yaml`

```yaml
repos:
...
- repo: https://github.com/bjd2385/circleci-orb-pre-commit-hook
rev: v1.3.2
hooks:
- id: circleci-orb-validate
```