mirror of
https://github.com/docker/build-push-action.git
synced 2025-04-21 10:46:45 +00:00
4 lines
51 B
Bash
Executable file
4 lines
51 B
Bash
Executable file
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
npm test
|