feat: ci/cd - validate translations #109

Merged
Kichiyaki merged 8 commits from feat/ci-cd-validate-translations into master 2023-06-25 07:17:37 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 28e04b70f3 - Show all commits

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
...