mirror of
https://github.com/actions/setup-java.git
synced 2026-07-08 14:21:50 +00:00
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
5 lines
79 B
Bash
Executable File
5 lines
79 B
Bash
Executable File
#!/usr/bin/env sh
|
|
. "$(dirname -- "$0")/_/husky.sh"
|
|
|
|
npm run build && npm test
|