mirror of
https://github.com/DaoCloud/public-image-mirror.git
synced 2025-08-07 14:39:01 +08:00
Add verify format
This commit is contained in:
7
hack/verify-fmt.sh
Executable file
7
hack/verify-fmt.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
cp $1 $1.bak
|
||||
./hack/fmt.sh $1
|
||||
|
||||
diff -c $1 $1.bak
|
||||
rm $1.bak
|
Reference in New Issue
Block a user