https://github.com/ray-project/ray
Raw File
Tip revision: 2b2decaa3f09ef058e7a33ddd95abc1edbf05ddf authored by can on 31 May 2023, 21:09:01 UTC
let's do this
Tip revision: 2b2deca
setup_hooks.sh
#!/bin/bash
chmod +x "$PWD"/ci/lint/pre-push
ln -s "$PWD"/ci/lint/pre-push "$PWD"/.git/hooks/pre-push
back to top