From cb31f86025066ab9c9b82021a12f74939b0047c2 Mon Sep 17 00:00:00 2001 From: J-E Castagnede Date: Wed, 2 Oct 2024 18:36:55 +0200 Subject: [PATCH] fix lint --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index c340e73491..c526c531fd 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -53,7 +53,7 @@ jobs: - name: Check translations run: | - ./manage.py makemessages -a # --no-location --no-obsolete + ./manage.py makemessages -a --no-location --no-obsolete -v 3 ./manage.py compilemessages ls -als