Skip to content

ci: Reuse workflow for i18n #170

ci: Reuse workflow for i18n

ci: Reuse workflow for i18n #170

Workflow file for this run

name: Translations
on:
pull_request: {}
push:
branches: [main]
jobs:
i18n:
uses: open-contracting/.github/.github/workflows/i18n-babel.yml@main
with:
command: |
pybabel extract -F ../pyproject.toml -o messages.pot .
pybabel update -N -i messages.pot -d locale
dependencies; -r requirements.txt

Check failure on line 13 in .github/workflows/i18n.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/i18n.yml

Invalid workflow file

You have an error in your yaml syntax on line 13
working-directory: extension_explorer
python-version: '3.10'