A repository for linting a woodpecker config file via pre-commit hook
Go to file
Tobias Schmidl 6bbd2019f3
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
feat: added woodpecker config
2023-10-05 15:44:23 +02:00
LICENSES added initial 2023-09-08 07:20:21 +02:00
.ecrc feat: added additional precommit checks 2023-10-05 15:00:03 +02:00
.ecrc.license feat: added additional precommit checks 2023-10-05 15:00:03 +02:00
.editorconfig feat: Added .editorconfig 2023-09-08 09:13:20 +02:00
.gitignore added initial 2023-09-08 07:20:21 +02:00
.pre-commit-config.yaml feat: added additional precommit checks 2023-10-05 15:00:03 +02:00
.pre-commit-hooks.yaml added first draft 2023-09-08 08:09:59 +02:00
.woodpecker.yml feat: added woodpecker config 2023-10-05 15:44:23 +02:00
CHANGELOG.md added first draft 2023-09-08 08:09:59 +02:00
README.md feat: Added editorconfig-checker to pre-commit 2023-09-13 17:14:55 +02:00

woodpecker-lint

This repository is intended to be used as a pre-commit hook.

Versioning

This repository adheres to SemVer and Keep a Changelog.

Usage

Simple, add the second option to your .pre-commit-config.yaml.

---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
  rev: v4.4.0
  hooks:
  - id: check-yaml
  - id: end-of-file-fixer
  - id: trailing-whitespace
  - id: check-merge-conflict
- repo: https://git.schmidl.dev/schtobia/woodpecker-lint
  rev: 1.0.0
  hooks:
  - id: woodpecker-lint
...

Alternative Repos

The base URL for this repository is and will always be on git.schmidl.dev. However, I've enabled a push mirror to Github.