Browse Source

Maintenance: Drop catalog check from github CI

Martin Gruner 5 months ago
parent
commit
c9e879739d
1 changed files with 0 additions and 2 deletions
  1. 0 2
      .github/workflows/ci/lint.sh

+ 0 - 2
.github/workflows/ci/lint.sh

@@ -10,8 +10,6 @@ source .gitlab/environment.env
 
 echo "Checking .po file syntax…"
 for FILE in i18n/*.pot i18n/*.po; do echo "Checking $FILE"; msgfmt -o /dev/null -c "$FILE"; done
-echo "Checking .pot catalog consistency…"
-bundle exec rails generate zammad:translation_catalog --check
 echo "Brakeman security check…"
 bundle exec brakeman -o /dev/stdout -o tmp/brakeman-report.html
 echo "Rails zeitwerk:check autoloader check…"