Check translations when linting #236

Merged
moritz merged 2 commits from lint-translations into main 2025-12-02 16:51:47 +01:00
2 changed files with 3 additions and 0 deletions
Showing only changes of commit 780f5f61ea - Show all commits

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