项目文件夹

文件
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 行
69 B
Bash
可执行文件

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