c513c43a52
So that they can be run standalone and not just through Mise
12 lines
188 B
Bash
Executable File
12 lines
188 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
#MISE description="Run static checks for code formatting, translations, quality"
|
|
|
|
set -e
|
|
|
|
source "$(dirname "$0")/../_helpers.sh"
|
|
|
|
ensure_working_directory!
|
|
|
|
mix lint
|