added basic woodpecker config

This commit is contained in:
Tobias Schmidl 2023-09-13 17:26:12 +02:00
parent ee0358dcf5
commit c1992b8ae2
2 changed files with 26 additions and 0 deletions

View file

@ -20,4 +20,8 @@ repos:
rev: '2.7.2'
hooks:
- id: editorconfig-checker
- repo: https://git.schmidl.dev/schtobia/woodpecker-lint
rev: 1.0.0
hooks:
- id: woodpecker-lint
...