Add pre-commit static checks

This commit is contained in:
Claudio Ortolina
2025-02-18 17:00:42 +00:00
parent 631552b487
commit ff71461c6d
+4
View File
@@ -39,3 +39,7 @@ run = ['mix hex.outdated --all']
[tasks.prod-console]
description = 'Open an ssh console to the production env'
run = 'fly ssh console'
[tasks.static-checks]
description = 'Run static checks for code formatting, translations, quality'
run = 'mix do format, credo, gettext.extract'