feat: ci/cd - validate translations
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Dawid Wysokiński 2023-06-25 09:12:03 +02:00
parent 9c0d691521
commit 28e04b70f3
Signed by: Kichiyaki
GPG Key ID: B5445E357FB8B892
1 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@ steps:
- name: validate
image: ubuntu:22.04
commands:
- apt update && apt -y install jq
- apt update && apt -y install jq make
- make validate-translations
trigger:
@ -391,6 +391,6 @@ depends_on:
- migrations-manifest
---
kind: signature
hmac: 8fcd1d6d5a88d1dbe0310e3b19418a23f7d14a7f5171ecebdb474aa097b9cc58
hmac: 8726b4787be3c0dec9ef810558be23289f56bdbb5c2d05623a4156084974450c
...