correct front-end lint

This commit is contained in:
Laurent GAY
2025-07-01 17:42:40 +02:00
parent db728fa913
commit 3432645e74
3 changed files with 5 additions and 3 deletions

View File

@@ -109,7 +109,7 @@ i18n-frontend:
image: python:alpine
stage: check
script:
- python3 check_i18n.py
- python3 check_i18n.py
allow_failure: true
needs:
- install