Skip to content

temp: always check translations #63

temp: always check translations

temp: always check translations #63

name: Check translations
on:
push:
pull_request:
jobs:
check-po-validity:
name: Check translations
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install GNU gettext
run: sudo apt-get install gettext
- name: Install uv
uses: astral-sh/setup-uv@v5
with:
- cache-dependency-blob: scripts/check-translations.py

Check failure on line 21 in .github/workflows/check-translations.yml

View workflow run for this annotation

GitHub Actions / Check translations

Invalid workflow file

The workflow is not valid. .github/workflows/check-translations.yml (Line: 21, Col: 9): A sequence was not expected
- name: Check translations
run: uv run scripts/check-translations.py --github