diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 6e34535..f5ec11b 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -66,7 +66,7 @@ jobs: pip install flask-babel - name: Linting run: | - sed -ri '/^"POT-Creation-Date: /d' snikket_web/translations/messages.pot + sed -ri '/^"POT-Creation-Date: /d;/^"Generated-By: /d' snikket_web/translations/messages.pot git add snikket_web/translations/messages.pot make extract_translations sed -ri '/^"POT-Creation-Date: /d;/^"Generated-By: /d' snikket_web/translations/messages.pot