Skip to content

ci: Fix colon typo #171

ci: Fix colon typo

ci: Fix colon typo #171

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 -F ../pyproject.toml -o messages.pot .
pybabel update -N -i messages.pot -d locale
dependencies: -r requirements.txt
working-directory: extension_explorer
python-version: '3.10'