8 lines
91 B
Bash
Executable File
8 lines
91 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
#MISE description="Run checks before a commit"
|
|
|
|
set -e
|
|
|
|
mix precommit
|