Run sobelow on CI

This commit is contained in:
Claudio Ortolina
2026-03-07 19:09:02 +00:00
parent 52815bde2f
commit 3938cbaf54
+2
View File
@@ -82,6 +82,8 @@ jobs:
run: mix format --check-formatted run: mix format --check-formatted
- name: 👨‍🏫 Check Credo - name: 👨‍🏫 Check Credo
run: mix credo --strict run: mix credo --strict
- name: 👮 Run Sobelow
run: mix sobelow
- name: 🧪 Run tests - name: 🧪 Run tests
run: mix test run: mix test
env: env: