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