Check translations when linting
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Rafael Epplée 2025-12-02 10:25:15 +01:00
parent e803dbdf8b
commit 05770779a6
No known key found for this signature in database
GPG key ID: B4EFE6DC59FAE118
2 changed files with 3 additions and 0 deletions

View file

@ -53,6 +53,8 @@ steps:
- mix hex.audit
# Provide hints for improving code quality
- mix credo
# Check that translations are up to date
- mix gettext.extract --check-up-to-date
- name: wait_for_postgres
image: docker.io/library/postgres:17.6

View file

@ -29,6 +29,7 @@ lint:
mix format --check-formatted
mix compile --warnings-as-errors
mix credo
mix gettext.extract --check-up-to-date
audit:
mix sobelow --config