pre-commit: add yaml check [skip ci]

This commit is contained in:
surtur 2021-09-22 08:37:42 +02:00
parent 2b74d3d58e
commit 564d834865
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -4,3 +4,5 @@ repos:
hooks:
- id: check-merge-conflict
- id: check-toml
- id: check-yaml
exclude: .drone.yml # drone's yaml is somewhat strange sometimes