precommit.sh 79 字节
Newer Older
Y
Yu Yang 已提交
1 2 3 4 5 6
#!/bin/bash
set -e
source common.sh
cd ..
pre-commit install
pre-commit run -a