ソースを参照

check for black linter in autogen.sh (#208)

pull/133/merge
Hagai Shapira 4年前
committed by GitHub
コミット
3c846be20b
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更5行の追加0行の削除
  1. +5
    -0
      autogen.sh

+ 5
- 0
autogen.sh ファイルの表示

@@ -21,6 +21,11 @@ if ! [ -x "$(command -v convert)" ]; then
exit 1
fi

if ! [ -x "$(command -v black)" ]; then
echo 'black is not installed'
exit 1
fi

# preprocess the resources
for pvd in "${providers[@]}"; do
# convert the svg to png for azure provider


読み込み中…
キャンセル
保存