https://github.com/ray-project/ray
Raw File
Tip revision: d10b6afd1d7102e8cd81ddd5d882eda516160f59 authored by sijie on 15 September 2022, 02:17:36 UTC
Merge master and resolve conflicts
Tip revision: d10b6af
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