Sfoglia il codice sorgente

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

pull/133/merge
Hagai Shapira 4 anni fa
committed by GitHub
parent
commit
3c846be20b
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  1. +5
    -0
      autogen.sh

+ 5
- 0
autogen.sh Vedi File

@@ -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


Caricamento…
Annulla
Salva