https://github.com/ray-project/ray
Raw File
Tip revision: 2e3fd8d07bc14a61f2b32721ba3c495852cf6864 authored by Clarence Ng on 28 July 2022, 19:45:18 UTC
cuj
Tip revision: 2e3fd8d
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