Skip to content

Build

Build #229

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

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

View workflow run for this annotation

GitHub Actions / Translations

Invalid workflow file

The workflow is not valid. In .github/workflows/i18n.yml (Line: 8, Col: 11): Error from called workflow open-contracting/.github/.github/workflows/i18n-babel.yml@main (Line: 31, Col: 14): Unrecognized named-value: 'command'. Located at position 1 within expression: command
with:
command: |
pybabel extract -k '_ i' -o messages.pot app
pybabel update -N -i messages.pot -d locale
dependencies: -r requirements.txt