https://github.com/ray-project/ray
Raw File
Tip revision: 904b6e7d26ac0833965342997166342f8fe09982 authored by Clarence Ng on 24 June 2022, 11:00:06 UTC
u
Tip revision: 904b6e7
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