Commit Graph

6 Commits (libvt-kitty)

Author SHA1 Message Date
Yi-Jyun Pan 15d37c6016
ci: ensure translation check script fails on errors
Add `set -euxo pipefail` to `check-translations.sh` to ensure the CI
fails when contributors do not update the POT file with their changes.
Currently, the CI passes even if the POT file is outdated and the POT
has not been updated for a long time.
2026-02-08 20:29:24 +08:00
Mitchell Hashimoto 38544b7a8b
ci: do not run release tip workflow if corresponding commit released
Fixes #8549

This also brings the release tip workflow more in line with the release
tag workflow by using a setup job to create outputs that are reused by
the other jobs.

https://ampcode.com/threads/T-e2d431ad-8be8-46d2-aaa3-9fae71f9ff31
2025-09-06 20:20:14 -07:00
trag1c 87107a7934
ci: drop l10n review workflow 2025-04-29 18:32:59 +02:00
Mitchell Hashimoto ba67c506f2
ci: extract translation check to script so we can run standalone 2025-04-22 08:55:03 -07:00
trag1c 8bc91933cd
ci: add logging to localization-review script 2025-04-14 23:58:29 +02:00
trag1c f0ade53fd2 ci: add a script and workflow for requesting i18n review 2025-04-10 16:40:28 -07:00