1
0

Check translations keys in CI (#279)

هذا الالتزام موجود في:
Thomas Miceli
2024-05-11 21:02:57 +02:00
ملتزم من قبل GitHub
الأصل f705e879a1
التزام 97636b23f5
7 ملفات معدلة مع 47 إضافات و10 حذوفات

عرض الملف

@@ -1,4 +1,4 @@
.PHONY: all all_crosscompile install build_frontend build_backend build build_crosscompile build_docker build_dev_docker run_dev_docker watch_frontend watch_backend watch clean clean_docker check_changes go_mod fmt test
.PHONY: all all_crosscompile install build_frontend build_backend build build_crosscompile build_docker build_dev_docker run_dev_docker watch_frontend watch_backend watch clean clean_docker check_changes go_mod fmt test check-tr
# Specify the name of your Go binary output
BINARY_NAME := opengist
@@ -73,3 +73,6 @@ fmt:
test:
@go test ./... -p 1
check-tr:
@bash ./scripts/check-translations.sh