mirror of
https://github.com/docker/build-push-action.git
synced 2025-06-28 23:36:41 +02:00
4 lines
61 B
Bash
Executable file
4 lines
61 B
Bash
Executable file
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
yarn test --silent
|