mirror of
https://gitea.com/actions/setup-java.git
synced 2026-07-03 18:21:57 +08:00
5 lines
79 B
Plaintext
5 lines
79 B
Plaintext
|
|
#!/usr/bin/env sh
|
||
|
|
. "$(dirname -- "$0")/_/husky.sh"
|
||
|
|
|
||
|
|
npm run build && npm test
|