This website requires JavaScript.
Explore
Help
Sign in
docker
/
build-push-action
Watch
1
Star
0
Fork
You've already forked build-push-action
0
mirror of
https://github.com/docker/build-push-action.git
synced
2025-04-04 22:20:07 +02:00
Code
Activity
97f1dd948d
build-push-action
/
.husky
/
pre-push
5 lines
52 B
Text
Raw
Normal View
History
Unescape
Escape
added formatting before commit and run tests before push hooks Signed-off-by: Phred <fearphage@gmail.com>
2021-08-06 09:50:47 -05:00
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
switched from npm to yarn Signed-off-by: Phred <fearphage@gmail.com>
2021-08-06 12:49:20 -05:00
yarn test
Copy permalink