Check translations keys in CI (#279)

This commit is contained in:
Thomas Miceli
2024-05-11 21:02:57 +02:00
committed by GitHub
parent f705e879a1
commit 97636b23f5
7 changed files with 47 additions and 10 deletions

View File

@ -41,9 +41,12 @@ jobs:
with:
go-version: "1.22"
- name: Check
- name: Check Go modules
run: make go_mod check_changes
- name: Check translations
run: make check-tr
test:
strategy:
fail-fast: false