1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-28 22:06:38 +02:00

ci: remove check of gettext files with msgcheck

Use only poexam to check gettext files.
This commit is contained in:
Sébastien Helleu
2026-06-28 16:56:15 +02:00
parent 376ea3cc9e
commit f3e14829ab
+2 -5
View File
@@ -133,7 +133,7 @@ jobs:
run: |
sudo apt-get update -qq
sudo apt-get --yes --no-install-recommends install ${{ env.CHECK_DEPS_UBUNTU }}
pipx install msgcheck ruff
pipx install ruff
- name: Cache poexam
id: cache-poexam
@@ -146,10 +146,7 @@ jobs:
if: steps.cache-poexam.outputs.cache-hit != 'true'
run: cargo install --version "$POEXAM_VERSION" poexam
- name: Check gettext files (msgcheck)
run: msgcheck po/*.po
- name: Check gettext files (poexam)
- name: Check gettext files
run: poexam check --file-stats --rule-stats
- name: Check shell and Python scripts