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:13:52 +02:00
parent 28e04b70f3
commit 435b11a36b
Signed by: Kichiyaki
GPG Key ID: B5445E357FB8B892
1 changed files with 4 additions and 3 deletions

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