https://github.com/ray-project/ray
Raw File
Tip revision: a8038b1b9377233dadf65e3fa8ed8c48bec24351 authored by sven1977 on 10 June 2020, 08:11:26 UTC
Docs and LINT.
Tip revision: a8038b1
setup_hooks.sh
#!/bin/bash
chmod +x $PWD/scripts/pre-push
ln -s $PWD/scripts/pre-push $PWD/.git/hooks/pre-push
back to top