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