https://github.com/ray-project/ray
Raw File
Tip revision: e9fbd296231551abd3d6fd412fdd3292cb20a5df authored by Clarence Ng on 02 August 2022, 20:31:15 UTC
bzl
Tip revision: e9fbd29
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