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
- Host: GitHub
- URL: https://github.com/emmeowzing/circleci-orb-pre-commit-hook
- Owner: emmeowzing
- License: bsd-3-clause
- Created: 2021-12-09T19:05:04.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-12-03T03:11:13.000Z (7 months ago)
- Last Synced: 2025-12-06T04:24:06.567Z (7 months ago)
- Topics: circleci, orb, pre-commit
- Language: Shell
- Homepage: https://github.com/bjd2385/circleci-orb-pre-commit-hook
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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
```