https://github.com/danielfdickinson/netlify-plugin-pre-commit
Speed up use of pre-commit with Netlify (especially by caching hook installation)
https://github.com/danielfdickinson/netlify-plugin-pre-commit
ci linting netlify netlify-plugin pre-commit pre-commit-hooks
Last synced: 2 months ago
JSON representation
Speed up use of pre-commit with Netlify (especially by caching hook installation)
- Host: GitHub
- URL: https://github.com/danielfdickinson/netlify-plugin-pre-commit
- Owner: danielfdickinson
- License: mit
- Archived: true
- Created: 2023-05-25T01:27:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-22T18:30:55.000Z (about 2 years ago)
- Last Synced: 2025-01-28T23:14:09.169Z (11 months ago)
- Topics: ci, linting, netlify, netlify-plugin, pre-commit, pre-commit-hooks
- Language: JavaScript
- Homepage:
- Size: 3.46 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Netlify build plugin for pre-commit
## Description
Speed up and ease use of [pre-commit](https://pre-commit.com) with
[Netlify](https://www.netlify.com) (especially by caching hook installation).
## Status
[](https://app.netlify.com/sites/netlify-plugin-pre-commit/deploys)
## Install
Currently this plugin can only be installed using [file-based
installation](https://docs.netlify.com/integrations/build-plugins/#file-based-installation).
## Configuration
### The following `inputs` options are available
| option | default | notes |
|--------|---------|-------|
| debug | `false` | when `true` outputs more verbose logs |