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 4 additions and 3 deletions
Showing only changes of commit 435b11a36b - Show all commits

View File

@ -74,9 +74,10 @@ name: translations
steps:
- name: validate
image: ubuntu:22.04
image: golang:1.20
pull: always
commands:
- apt update && apt -y install jq make
- apt update && apt -y install jq
- make validate-translations
trigger:
@ -391,6 +392,6 @@ depends_on:
- migrations-manifest
---
kind: signature
hmac: 8726b4787be3c0dec9ef810558be23289f56bdbb5c2d05623a4156084974450c
hmac: 4fa2583c281aacc0e4d0dc87296a2ce6ff7facf71d1ce2e9f5d4157b35635d4f
...