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 1 additions and 1 deletions
Showing only changes of commit c85cc92b5e - Show all commits

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: