Skip to main content
Plugins / Pre-commit Runner

Pre-commit Runner

by sp1thas

Plugin to run pre-commit hooks


A Woodpecker CI plugin to run your pre-commit hooks.

Usage example:

pipeline:
  run-pre-commit-hooks:
    image: sp1thas92/woodpecker-ci-pre-commit-runner:0.1.0
    settings:
      args: "--all-files"
      skip: "end-of-file-fixer"

Configuration settings

Name Default Description
args none Any extra arguments passed to pre-commit command
skip none Comma-seperated hook ids that should be skipped