CircleCI-Archived / orb-starter-kit

A starter kit for new orb authors
https://circleci.com/orbs
MIT License
27 stars 23 forks source link

Linting git pre-commit hook #43

Open gmemstr opened 4 years ago

gmemstr commented 4 years ago

Is your feature request related to a problem? Please describe.

Linting errors is a relatively common cause of failed pipelines for Orbs.

Describe the solution you'd like

We should add a pre-commit hook for the git repository that automatically lints the project before allowing the commit.