浏览代码

Display format file during build

pull/569/head
Dave Machado 6 年前
committed by GitHub
父节点
当前提交
3bb7448f60
找不到此签名对应的密钥 GPG 密钥 ID: 4AEE18F83AFDEB23
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      build/main.sh

+ 1
- 1
build/main.sh 查看文件

@@ -29,7 +29,7 @@ else
rm json.txt
fi

echo "running format validation..."
echo "running format validation on $FORMAT_FILE..."
./validate_format.rb $FORMAT_FILE
if [[ $? != 0 ]]; then
echo "format validation failed!"


正在加载...
取消
保存