Files
magicmirrororg--magicmirror/.husky/pre-commit
T
wehub-resource-sync dbe3ade0dc
Enforce Pull-Request Rules / check (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:19:24 +08:00

6 lines
69 B
Bash
Executable File

#!/bin/sh
if command -v npx &> /dev/null; then
npx lint-staged
fi