8 lines
120 B
Bash
Executable File
8 lines
120 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
#MISE description="Run static checks for code formatting, translations, quality"
|
|
|
|
set -e
|
|
|
|
mix lint
|