https://github.com/ray-project/ray
Raw File
Tip revision: 7675af2d2fc4102e090047fa594543e6bce64f80 authored by clarng on 15 December 2022, 10:48:04 UTC
[core][cluster] handle file deleted case when trying to re-open file (#31125)
Tip revision: 7675af2
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