mirror of
https://github.com/bmadcode/BMAD-METHOD.git
synced 2025-12-29 16:14:59 +00:00
6 lines
117 B
Bash
Executable File
6 lines
117 B
Bash
Executable File
#!/usr/bin/env sh
|
|
. "$(dirname -- "$0")/_/husky.sh"
|
|
|
|
# Run lint-staged to format and lint YAML files
|
|
npx lint-staged
|