feat: ci/cd - validate translations
continuous-integration/drone/pr Build was killed Details

This commit is contained in:
Dawid Wysokiński 2023-06-25 09:11:04 +02:00
parent fda287107c
commit c85cc92b5e
Signed by: Kichiyaki
GPG Key ID: B5445E357FB8B892
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ steps:
- name: validate
image: ubuntu:22.04
commands:
- apt update && apt install jq
- apt update && apt -y install jq
- make validate-translations
trigger: