mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-10 17:45:36 +00:00
Add prettier
pre-commit hook (#2762)
Co-authored-by: 6543 <6543@obermui.de>
This commit is contained in:
parent
8a3a2303a2
commit
a4428166f7
1 changed files with 4 additions and 0 deletions
|
@ -28,6 +28,10 @@ repos:
|
||||||
rev: v2.12.1-beta
|
rev: v2.12.1-beta
|
||||||
hooks:
|
hooks:
|
||||||
- id: hadolint
|
- id: hadolint
|
||||||
|
- repo: https://github.com/pre-commit/mirrors-prettier
|
||||||
|
rev: v3.1.0
|
||||||
|
hooks:
|
||||||
|
- id: prettier
|
||||||
|
|
||||||
ci:
|
ci:
|
||||||
autofix_commit_msg: |
|
autofix_commit_msg: |
|
||||||
|
|
Loading…
Reference in a new issue