Check translations when linting
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
e803dbdf8b
commit
05770779a6
2 changed files with 3 additions and 0 deletions
|
|
@ -53,6 +53,8 @@ steps:
|
||||||
- mix hex.audit
|
- mix hex.audit
|
||||||
# Provide hints for improving code quality
|
# Provide hints for improving code quality
|
||||||
- mix credo
|
- mix credo
|
||||||
|
# Check that translations are up to date
|
||||||
|
- mix gettext.extract --check-up-to-date
|
||||||
|
|
||||||
- name: wait_for_postgres
|
- name: wait_for_postgres
|
||||||
image: docker.io/library/postgres:17.6
|
image: docker.io/library/postgres:17.6
|
||||||
|
|
|
||||||
1
Justfile
1
Justfile
|
|
@ -29,6 +29,7 @@ lint:
|
||||||
mix format --check-formatted
|
mix format --check-formatted
|
||||||
mix compile --warnings-as-errors
|
mix compile --warnings-as-errors
|
||||||
mix credo
|
mix credo
|
||||||
|
mix gettext.extract --check-up-to-date
|
||||||
|
|
||||||
audit:
|
audit:
|
||||||
mix sobelow --config
|
mix sobelow --config
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue