Ensure code is formatted on CI

This commit is contained in:
Claudio Ortolina
2024-10-04 12:44:27 +01:00
parent 8a67736476
commit 63e63b3bb4
+1
View File
@@ -51,6 +51,7 @@ jobs:
shell: sh shell: sh
- run: mix deps.get - run: mix deps.get
- run: mix test - run: mix test
- run: mix format --check-formatted
deploy: deploy:
name: Deploy name: Deploy