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 fda287107c - Show all commits

View File

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