mirror of
https://github.com/logos-blockchain/logos-blockchain-pocs.git
synced 2026-05-10 03:19:35 +00:00
10 lines
132 B
Bash
Executable File
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
|