ci: start signing .drone.yml
All checks were successful
continuous-integration/drone/push Build is passing

* also ignore .drone.yml for pre-commit yaml check, as it is already
  being checked by 'drone lint' and multi-doc yaml files make the check
  troubled.
This commit is contained in:
surtur 2022-09-28 15:43:49 +02:00
parent ef2dd82752
commit 4ee9aa6ce7
Signed by: wanderer
SSH Key Fingerprint: SHA256:MdCZyJ2sHLltrLBp0xQO0O1qTW9BT/xl5nXkDvhlMCI
2 changed files with 6 additions and 0 deletions

View File

@ -66,4 +66,9 @@ steps:
trigger:
event: [push, pull_request, cron, tag]
---
kind: signature
hmac: 4332a4549f9f31d144d8d663527c62b216d536320d45049a9d5790e67076dc1c
...

View File

@ -6,6 +6,7 @@ repos:
hooks:
- id: check-merge-conflict
- id: check-yaml
exclude: ^.drone.yml$
- repo: local
hooks:
# this hook requires that the drone-cli tool is installed