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

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)

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

[![Netlify Status](https://api.netlify.com/api/v1/badges/4db34d78-1469-4fdd-ac93-ee22c27968cc/deploy-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 |