This website requires JavaScript.
Explore
Help
Register
Sign In
docker
/
build-push-action
Watch
1
Star
0
Fork
0
You've already forked build-push-action
mirror of
https://github.com/docker/build-push-action.git
synced
2025-05-24 19:56:51 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
97c640bb46
build-push-action
/
.husky
/
pre-push
5 lines
61 B
Plaintext
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 14:50:47 +00:00
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
added --silent to yarn test Signed-off-by: Phred <fearphage@gmail.com>
2021-08-06 19:51:30 +00:00
yarn test --silent
Reference in New Issue
Copy Permalink