Check code is formatted on CI

This commit is contained in:
Claudio Ortolina
2024-10-31 08:40:32 +00:00
parent bd84e7e2b3
commit ab3e5ef2ad
+1
View File
@@ -51,6 +51,7 @@ jobs:
shell: sh shell: sh
- run: mix deps.get - run: mix deps.get
- run: mix gettext.extract --check-up-to-date - run: mix gettext.extract --check-up-to-date
- run: mix format --check-formatted
- run: mix test - run: mix test
deploy: deploy: