mirror of
https://github.com/logos-blockchain/logos-blockchain-pocs.git
synced 2026-01-28 01:43:08 +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
|