2025-04-25 17:24:19 +02:00

10 lines
132 B
Bash
Executable File

#!/bin/bash
set -ex
mix format --check-formatted
mix credo --strict
mix sobelow --config
mix dialyzer --halt-exit-status
mix test