Skip to content

ls-jad-elkik/pre-commit-circleci

 
 

Repository files navigation

GitHub License

DEPRECATION NOTICE and call for further development

This repo is no longer being maintained since I no longer use Circle-CI.

The upstream project that pre-commit hook relies on has also been deprecated and replaced with https://github.com/CircleCI-Public/circleci-cli.

If you use Circle-CI and find this project useful, please consider forking this project and making it work with the new circleci-cli. If you do so, open a ticket here and I will link to your project.

pre-commit-circleci

pre-commit-circleci is a pre-commit component, which wraps circleci to check CircleCI config yaml files.

Table of Contents

Requirements

pre-commit-circleci requires the following to run:

Install

  1. create .pre-commit-config.yaml in you git project
  2. pre-commit install
  3. enjoy it

example .pre-commit-config.yaml as following:

-   repo: http://github.com/danielhoherd/pre-commit-circleci
    rev: v0.0.1
    hooks:
    - id: circleci-validate

Contributing

To contribute to pre-commit-circleci, clone this repo locally and commit your code on a separate branch.

Author

License

pre-commit-circleci is licensed under the MIT license.

About

pre-commit hook for circleci config validation.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 79.9%
  • Makefile 20.1%