mirror of
https://gitea.com/actions/setup-java.git
synced 2026-07-04 18:31:55 +08:00
5 lines
69 B
Plaintext
5 lines
69 B
Plaintext
|
|
#!/usr/bin/env sh
|
||
|
|
. "$(dirname -- "$0")/_/husky.sh"
|
||
|
|
|
||
|
|
npx lint-staged
|